wrong method
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Oct 2008 22:07:15 +0000 (22:07 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Oct 2008 22:07:15 +0000 (22:07 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@10947 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/util.js

index ebf71ca..eaed6d6 100644 (file)
@@ -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 */,