This commit is contained in:
2021-09-10 22:34:56 +00:00
parent c08429b562
commit b4c9bdb639
33 changed files with 45 additions and 45 deletions

View File

@@ -77,7 +77,7 @@ namespace AyaNova.DataList
FieldKey = "Vendor",
TKey = "Vendor",
UiFieldDataType = (int)UiFieldDataType.Text,
AType = (int)AyaType.User,
AType = (int)AyaType.Vendor,
SqlIdColumnName = "avendor.id",
SqlValueColumnName = "avendor.name"
});
@@ -112,7 +112,7 @@ namespace AyaNova.DataList
FieldKey = "Project",
TKey = "Project",
UiFieldDataType = (int)UiFieldDataType.Text,
AType = (int)AyaType.User,
AType = (int)AyaType.Project,
SqlIdColumnName = "aproject.id",
SqlValueColumnName = "aproject.name"
});