[open-ils-commits] r10947 - branches/rel_1_4/Open-ILS/xul/staff_client/server/circ

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 28 18:07:24 EDT 2008


Author: phasefx
Date: 2008-10-28 18:07:15 -0400 (Tue, 28 Oct 2008)
New Revision: 10947

Modified:
   branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/util.js
Log:
wrong method

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/util.js
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/util.js	2008-10-28 22:06:52 UTC (rev 10946)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/circ/util.js	2008-10-28 22:07:15 UTC (rev 10947)
@@ -2323,7 +2323,7 @@
 			[ 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 */,



More information about the open-ils-commits mailing list