[open-ils-commits] r7820 - trunk/Open-ILS/xul/staff_client/server/circ

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Sep 24 11:45:49 EDT 2007


Author: phasefx
Date: 2007-09-24 11:36:17 -0400 (Mon, 24 Sep 2007)
New Revision: 7820

Modified:
   trunk/Open-ILS/xul/staff_client/server/circ/copy_details.xul
Log:
typo.  fixes Retrieve Hold Patron from Item Details

Modified: trunk/Open-ILS/xul/staff_client/server/circ/copy_details.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/copy_details.xul	2007-09-23 04:42:09 UTC (rev 7819)
+++ trunk/Open-ILS/xul/staff_client/server/circ/copy_details.xul	2007-09-24 15:36:17 UTC (rev 7820)
@@ -157,7 +157,7 @@
 			try {
 				//g.data.fancy_prompt_data = js2JSON( [ g.hold.usr() ] );
 				//g.data.stash('fancy_prompt_data');
-				xulG.retrieve_these_patrons = [ g.hold.user() ];
+				xulG.retrieve_these_patrons = [ g.hold.usr() ];
 				update_modal_xulG(xulG);
 				window.close();
 			} catch(E) {



More information about the open-ils-commits mailing list