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 PartRestockDataList : DataListProcessingBase
|
||||
{
|
||||
//NOTE: this object has NO rowid as it's a synthetic list not primarily based on any particular db table
|
||||
public PartRestockDataList()
|
||||
public PartRestockDataList(long translationId)
|
||||
{
|
||||
|
||||
// SELECT apart.id AS partid, apartwarehouse.id AS partwarehouseid, apart.partnumber, apartwarehouse.name AS displaywarehouse, "
|
||||
|
||||
Reference in New Issue
Block a user