'flex' : 1,
'primary' : false,
'hidden' : true,
- 'editable' : false, 'render' : function(my) { return my.circ ? my.circ.id() : ( my.acp.circulations() ? my.acp.circulations()[0].id() : ""); },
+ 'editable' : false, 'render' : function(my) { return my.circ ? my.circ.id() : ""; },
'persist' : 'hidden width ordinal'
},
{
if (my.circ) {
return data.hash.aou[ my.circ.circ_lib() ].shortname();
} else {
- if (my.acp.circulations()) {
- return data.hash.aou[ my.acp.circulations()[0].circ_lib() ].shortname();
- } else {
- return "";
- }
+ return "";
}
}
},
if (my.circ) {
return my.circ.xact_start();
} else {
- if (my.acp.circulations()) {
- return my.acp.circulations()[0].xact_start();
- }
- else {
- return "";
- }
+ return "";
}
}
},
if (my.circ) {
return my.circ.checkin_time();
} else {
- if (my.acp.circulations()) {
- return my.acp.circulations()[0].checkin_time();
- } else {
- return "";
- }
+ return "";
}
}
},
if (my.circ) {
return my.circ.xact_start().substr(0,10);
} else {
- if (my.acp.circulations()) {
- return my.acp.circulations()[0].xact_start().substr(0,10);
- } else {
- return "";
- }
+ return "";
}
}
},
if (my.circ) {
return my.circ.checkin_time().substr(0,10);
} else {
- if (my.acp.circulations()) {
- return my.acp.circulations()[0].checkin_time().substr(0,10);
- } else {
- return "";
- }
+ return "";
}
}
},
'flex' : 1,
'primary' : false,
'hidden' : true,
- 'editable' : false, 'render' : function(my) { return my.circ ? my.circ.xact_finish() : ( my.acp.circulations() ? my.acp.circulations()[0].xact_finish() : ""); },
+ 'editable' : false, 'render' : function(my) { return my.circ ? my.circ.xact_finish() : ""; },
},
{
'persist' : 'hidden width ordinal',
if (my.circ) {
return my.circ.due_date().substr(0,10);
} else {
- if (my.acp.circulations()) {
- return my.acp.circulations()[0].due_date().substr(0,10);
- } else {
- return "";
- }
+ return "";
}
}
},
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 "";
- }
+ return "";
}
}
},
if (my.circ) {
return my.circ.renewal_remaining();
} else {
- if (my.acp.circulations()) {
- return my.acp.circulations()[0].renewal_remaining();
- } else {
- return "";
- }
+ return "";
}
},
'sort_type' : 'number'
if (my.circ) {
return my.circ.stop_fines();
} else {
- if (my.acp.circulations()) {
- return my.acp.circulations()[0].stop_fines();
- } else {
- return "";
- }
+ return "";
}
}
},
if (my.circ) {
return my.circ.stop_fines_time();
} else {
- if (my.acp.circulations()) {
- return my.acp.circulations()[0].stop_fines_time();
- } else {
- return "";
- }
+ return "";
}
}
},
'flex' : 1,
'primary' : false,
'hidden' : true,
- 'editable' : false, 'render' : function(my) { return my.circ ? my.circ.checkin_scan_time().substr(0,10) : ( my.acp.circulations() ? my.acp.circulations()[0].checkin_scan_time().substr(0,10) : ""); },
+ 'editable' : false, 'render' : function(my) { return my.circ ? my.circ.checkin_scan_time().substr(0,10) : ""; },
},
{
'persist' : 'hidden width ordinal',
'flex' : 1,
'primary' : false,
'hidden' : true,
- 'editable' : false, 'render' : function(my) { return my.circ ? my.circ.checkin_scan_time() : ( my.acp.circulations() ? my.acp.circulations()[0].checkin_scan_time() : ""); },
+ 'editable' : false, 'render' : function(my) { return my.circ ? my.circ.checkin_scan_time() : ""; },
},
{
'persist' : 'hidden width ordinal',