This commit is contained in:
2021-09-01 23:04:21 +00:00
parent 7aa0346e07
commit d4e9fa51fb
2 changed files with 34 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ namespace AyaNova.DataList
FieldKey = "PurchaseOrderDropShipToCustomerID",
TKey = "PurchaseOrderDropShipToCustomerID",
UiFieldDataType = (int)UiFieldDataType.Text,
AType = (int)AyaType.User,
AType = (int)AyaType.Customer,
SqlIdColumnName = "acustomer.id",
SqlValueColumnName = "acustomer.name"
});