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:
@@ -4,7 +4,7 @@ namespace AyaNova.DataList
|
||||
{
|
||||
internal class HeadOfficeDataList : DataListProcessingBase
|
||||
{
|
||||
public HeadOfficeDataList()
|
||||
public HeadOfficeDataList(long translationId)
|
||||
{
|
||||
DefaultListAType = AyaType.HeadOffice;
|
||||
SQLFrom = "from aheadoffice left join acontract on (aheadoffice.contractid=acontract.id)";
|
||||
|
||||
Reference in New Issue
Block a user