From: phasefx Date: Tue, 28 Oct 2008 22:07:15 +0000 (+0000) Subject: wrong method X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e9fc39f5c369957355de04ba9eab10643b02ba58;p=Evergreen.git wrong method git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@10947 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js index ebf71ca96c..eaed6d62ce 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -2323,7 +2323,7 @@ circ.util.renew_via_barcode = function ( barcode, patron_id, async ) { [ ses(), params ], async ? renew_callback : null, { - 'title' : document.getElementById('circStrings').getMessage('staff.circ.checkin.renew_failed.override'), + 'title' : document.getElementById('circStrings').getString('staff.circ.checkin.renew_failed.override'), 'overridable_events' : [ 1212 /* PATRON_EXCEEDS_OVERDUE_COUNT */, 1213 /* PATRON_BARRED */,