This commit is contained in:
@@ -22,6 +22,7 @@ namespace AyaNova.DataList
|
||||
//workorder item loan
|
||||
+ "left join aworkorderitemloan on aworkorderitem.id=aworkorderitemloan.workorderitemid "
|
||||
+ "left join aloanunit on (aworkorderitemloan.loanunitid=aloanunit.id) "
|
||||
+ "left join ataxcode on (aworkorderitemloan.taxcodeid=ataxcode.id) "
|
||||
;
|
||||
|
||||
var RoleSet = BizRoles.GetRoleSet(DefaultListAType);
|
||||
@@ -112,7 +113,15 @@ namespace AyaNova.DataList
|
||||
SqlValueColumnName = "aworkorderitemloan.quantity"
|
||||
});
|
||||
|
||||
|
||||
FieldDefinitions.Add(new DataListFieldDefinition
|
||||
{
|
||||
TKey = "WorkOrderItemLoanTaxCodeID",
|
||||
FieldKey = "WorkOrderItemLoanTaxCodeID",
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
AType = (int)AyaType.TaxCode,
|
||||
SqlIdColumnName = "aworkorderitemloan.taxcodeid",
|
||||
SqlValueColumnName = "ataxcode.name"
|
||||
});
|
||||
|
||||
|
||||
//META column
|
||||
|
||||
Reference in New Issue
Block a user