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:
@@ -8,7 +8,7 @@ namespace AyaNova.DataList
|
||||
internal class CustomerServiceRequestDataList : DataListProcessingBase, IDataListInternalCriteria
|
||||
{
|
||||
//CUSTOMER VERSION
|
||||
public CustomerServiceRequestDataList()
|
||||
public CustomerServiceRequestDataList(long translationId)
|
||||
{
|
||||
DefaultListAType = AyaType.CustomerServiceRequest;
|
||||
SQLFrom = "from acustomerservicerequest " +
|
||||
|
||||
Reference in New Issue
Block a user