[open-ils-commits] r14552 - trunk/Open-ILS/xul/staff_client/server/circ (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 22 02:46:16 EDT 2009


Author: phasefx
Date: 2009-10-22 02:46:11 -0400 (Thu, 22 Oct 2009)
New Revision: 14552

Modified:
   trunk/Open-ILS/xul/staff_client/server/circ/backdate_post_checkin.xul
Log:
not that persist_helper handles resize events yet, but oils_persist instead of oils_perist

Modified: trunk/Open-ILS/xul/staff_client/server/circ/backdate_post_checkin.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/backdate_post_checkin.xul	2009-10-22 06:41:29 UTC (rev 14551)
+++ trunk/Open-ILS/xul/staff_client/server/circ/backdate_post_checkin.xul	2009-10-22 06:46:11 UTC (rev 14552)
@@ -20,7 +20,7 @@
 <window id="backdate_post_checkin_win" 
     onload="try { backdate_post_checkin_init(); font_helper(); persist_helper(); } catch(E) { alert(E); }"
 	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
-    oils_perist="height width"
+    oils_persist="height width"
     title="&staff.hold_list.cancel_hold_dialog.title;">
 
 	<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->



More information about the open-ils-commits mailing list