This commit is contained in:
@@ -75,7 +75,9 @@ namespace Sockeye.DataList
|
||||
TKey = "PurchaseDate",
|
||||
FieldKey = "PurchaseDate",
|
||||
UiFieldDataType = (int)UiFieldDataType.DateTime,
|
||||
SqlValueColumnName = "apurchase.purchasedate"
|
||||
SqlValueColumnName = "apurchase.purchasedate",
|
||||
SockType = (int)SockType.Purchase,
|
||||
SqlIdColumnName = "apurchase.id"
|
||||
});
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
|
||||
Reference in New Issue
Block a user