case 4191
This commit is contained in:
@@ -136,8 +136,7 @@ namespace AyaNova.DataList
|
||||
AType = (int)AyaType.QuoteItem,
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
SqlIdColumnName = "aquoteitem.id",
|
||||
SqlValueColumnName = "aquoteitem.notes",
|
||||
IsRowId = true
|
||||
SqlValueColumnName = "aquoteitem.notes"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
@@ -249,8 +248,7 @@ namespace AyaNova.DataList
|
||||
AType = (int)AyaType.Quote,
|
||||
UiFieldDataType = (int)UiFieldDataType.Integer,
|
||||
SqlIdColumnName = "aquote.id",
|
||||
SqlValueColumnName = "aquote.serial",
|
||||
IsRowId = true
|
||||
SqlValueColumnName = "aquote.serial"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
|
||||
Reference in New Issue
Block a user