This commit is contained in:
2020-12-28 23:37:16 +00:00
parent 5efee599ec
commit c133553f1a
8 changed files with 57 additions and 47 deletions

View File

@@ -56,8 +56,8 @@ namespace AyaNova.DataList
FieldDefinitions.Add(new AyaDataListFieldDefinition
{
TKey = "Notes",
FieldKey = "Notes",
TKey = "ServiceRateNotes",
FieldKey = "ServiceRateNotes",
UiFieldDataType = (int)UiFieldDataType.Text,
SqlValueColumnName = "aservicerate.notes"
});