'status' : { 'hidden' : false },
'route_to' : { 'hidden' : false },
'alert_message' : { 'hidden' : false },
- }
+ },
+ {
+ 'except_these' : [ 'uses', 'checkin_time_full' ],
+ }
);
JSAN.use('util.list'); obj.list = new util.list('checkin_list');
|| checkin.ilsevent == 7011 /* COPY_STATUS_LOST */
|| checkin.ilsevent == 7012 /* COPY_STATUS_MISSING */) return obj.on_failure();
var retrieve_id = js2JSON( { 'copy_id' : checkin.copy.id(), 'barcode' : checkin.copy.barcode(), 'doc_id' : (typeof checkin.record != 'undefined' ? ( typeof checkin.record.ilsevent == 'undefined' ? checkin.record.doc_id() : null ) : null ) } );
+ if (checkin.circ.checkin_time() == 'now') checkin.circ.checkin_time(backdate);
obj.list.append(
{
'retrieve_id' : retrieve_id,