'primary' : false,
'hidden' : false,
'render' : function(my) { return my.due_date; }
+ },
+ {
+ 'id' : 'due_time',
+ 'label' : document.getElementById('commonStrings').getString('staff.circ_label_due_time'),
+ 'flex' : 1,
+ 'primary' : false,
+ 'hidden' : false,
+ 'render' : function(my) { return my.due_time; }
}
+
];
if (modify) for (var i = 0; i < c.length; i++) {
if (modify[ c[i].id ]) {
'primary' : false,
'hidden' : false,
'render' : function(my) { return my.due_date; }
+ },
+ {
+ 'id' : 'due_time',
+ 'label' : document.getElementById('commonStrings').getString('staff.circ_label_due_time'),
+ 'flex' : 1,
+ 'primary' : false,
+ 'hidden' : false,
+ 'render' : function(my) { return my.due_time; }
}
];
if (modify) for (var i = 0; i < c.length; i++) {
},
{
'persist' : 'hidden width ordinal',
+ 'id' : 'due_time',
+ 'label' : document.getElementById('commonStrings').getString('staff.circ_label_due_time'),
+ 'flex' : 1,
+ 'primary' : false,
+ 'hidden' : true,
+ 'render' : function(my) {
+ if (my.circ) {
+ return my.circ.due_date().substr(11,8);
+ } else {
+ if (my.acp.circulations()) {
+ return my.acp.circulations()[0].due_date().substr(11,8);
+ } else {
+ return "";
+ }
+ }
+ }
+ },
+ {
+ 'persist' : 'hidden width ordinal',
'id' : 'create_date',
'label' : document.getElementById('circStrings').getString('staff.circ.utils.create_date'),
'flex' : 1,
staff.circ.utils.offline.patron_barcode=Patron Barcode
staff.circ.utils.offline.item_barcode=Item Barcode
staff.circ.utils.offline.due_date=Due Date
+staff.circ.utils.offline.due_time=Due Time
staff.circ.utils.offline.backdate=Back Date
staff.circ.utils.offline.use_time=Use Time
staff.circ.utils.not_cataloged=Not Cataloged