staff.ausp_set_date_label=Applied On
staff.ausp_note_label=Note
staff.ausp_org_unit_label=Library
+staff.ausp_org_unit_full_label=Library (Full Name)
staff.mbts_id_label=Bill #
staff.mbts_xact_start_label=Start
staff.mbts_xact_finish_label=Finish
'primary' : false, 'hidden' : false, 'editable' : false, 'render' : function(my) {
return my.ausp ? data.hash.aou[ my.ausp.org_unit() ].shortname() : '';
}
+ },
+ {
+ 'persist' : 'hidden width ordinal', 'id' : 'ausp_org_unit_full', 'label' : commonStrings.getString('staff.ausp_org_unit_full_label'), 'flex' : 1,
+ 'primary' : false, 'hidden' : true, 'editable' : false, 'render' : function(my) {
+ return my.ausp ? data.hash.aou[ my.ausp.org_unit() ].name() : '';
+ }
}
+
];
for (var i = 0; i < c.length; i++) {
if (modify[ c[i].id ]) {