Modify aygetname postgres function to handle translation of items that do not have a name, also code to back it at server

This commit is contained in:
2021-11-10 01:28:41 +00:00
parent 0acdb752c0
commit f89cd7b666
68 changed files with 68 additions and 68 deletions

View File

@@ -5,7 +5,7 @@ namespace AyaNova.DataList
internal class ServiceRequestDataList : DataListProcessingBase
{
//INSIDE STAFF VERSION
public ServiceRequestDataList()
public ServiceRequestDataList(long translationId)
{
DefaultListAType = AyaType.CustomerServiceRequest;
SQLFrom = "from acustomerservicerequest " +