From: phasefx Date: Tue, 28 Oct 2008 22:06:52 +0000 (+0000) Subject: wrong method X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=942f748063fd2d17bde61bfd595e2c4a500ce25c;p=Evergreen.git wrong method git-svn-id: svn://svn.open-ils.org/ILS/trunk@10946 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 64f26a5bfd..e8b78b9507 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -2340,7 +2340,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 */,