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:
@@ -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 " +
|
||||
|
||||
Reference in New Issue
Block a user