This commit is contained in:
@@ -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" });
|
||||
|
||||
Reference in New Issue
Block a user