"\tItem was due on or before: ".localtime($due)."\n");
my @fines = money::billing->search_where(
- { xact => $c->id, billing_type => 'Overdue materials' },
+ { xact => $c->id,
+ billing_type => 'Overdue materials',
+ billing_ts => { '>' => $c->due_date } },
{ order_by => 'billing_ts DESC'}
);
set_opac();
+ g.data.actions_for_record_popup = $('actions_for_record_popup');
+ g.data.stash('actions_for_record_popup');
+
} catch(E) {
var err_msg = "!! This software has encountered an error. Please tell your friendly " +
"system administrator or software developer the following:\ncat/opac.xul\n" + E + '\n';
<spacer flex="1"/>
<menubar>
<menu label="Actions for this Record" accesskey="A">
- <menupopup>
+ <menupopup id="actions_for_record_popup">
<menuitem label="OPAC View" accesskey="O" id="opac_view" oncommand="set_opac();"/>
<menuitem label="MARC View" accesskey="V" id="marc_view" oncommand="set_marc_view();"/>
<menuitem label="MARC Edit" accesskey="E" id="marc_edit" oncommand="set_marc_edit();"/>