'patron_id' : obj.patron.id(),
'on_list_change' : function(checkout) {
- if (!checkout.circ.id()) return; /* this stops noncats from getting pushed into Items Out */
+ /* this stops noncats from getting pushed into Items Out */
+ if (!checkout.circ.id()) return;
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
obj.summary_window.g.summary.controller.render('patron_checkouts');
{
'row' : {
'my' : {
- 'circ' : checkout.circ,
- 'mvr' : checkout.record,
- 'acp' : checkout.copy
+ 'circ_id' : checkout.circ.id(),
}
}
}