This commit is contained in:
@@ -12,8 +12,7 @@ namespace AyaNova.DataList
|
||||
"left join aworkorderitemloan as wil on (aloanunit.workorderitemloanid=wil.id) " +
|
||||
"left join aworkorderitem as wi on (wil.workorderitemid=wi.id)" +
|
||||
"left join aworkorder as w on (wi.workorderid=w.id)";
|
||||
//MIGRATE_OUTSTANDING awaiting workorderitemloan coding
|
||||
//todo: look at loanitemlist in v7 it surfaces due date, out date etc in the list and should here too once those fields are coded for
|
||||
|
||||
var RoleSet = BizRoles.GetRoleSet(DefaultListAType);
|
||||
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
|
||||
DefaultColumns = new List<string>() { "LoanUnitName", "LoanUnitSerial", "LoanUnitCurrentWorkOrderItemLoan", "LoanUnitShadowUnit" };
|
||||
|
||||
Reference in New Issue
Block a user