This commit is contained in:
2021-03-07 23:00:18 +00:00
parent 99f81fb8a2
commit d936ff6f7c
2 changed files with 79 additions and 4 deletions

View File

@@ -86,7 +86,7 @@ namespace AyaNova.DataList
TKey = "RateContractRate",
FieldKey = "ContractOnly",
UiFieldDataType = (int)UiFieldDataType.Bool,
SqlValueColumnName = "aservicerate.contractonly"
SqlValueColumnName = "atravelrate.contractonly"
});
FieldDefinitions.Add(new DataListFieldDefinition { TKey = "TravelRateCustom1", FieldKey = "TravelRatecustom1", IsCustomField = true, IsFilterable = false, IsSortable = false, SqlValueColumnName = "atravelrate.customfields" });