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

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Dec 5 18:50:15 EST 2007


Author: phasefx
Date: 2007-12-05 18:30:33 -0500 (Wed, 05 Dec 2007)
New Revision: 8152

Modified:
   trunk/Open-ILS/xul/staff_client/server/circ/copy_details.xul
Log:
typo, fixes a Retrieve Last Patron bug 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-12-05 23:29:40 UTC (rev 8151)
+++ trunk/Open-ILS/xul/staff_client/server/circ/copy_details.xul	2007-12-05 23:30:33 UTC (rev 8152)
@@ -145,7 +145,7 @@
 			try {
 				//g.data.fancy_prompt_data = js2JSON( [ g.circ.usr() ] );
 				//g.data.stash('fancy_prompt_data');
-				xulG.retrieve_these_patrons = [ g.circ.user() ];
+				xulG.retrieve_these_patrons = [ g.circ.usr() ];
 				update_modal_xulG(xulG);
 				window.close();
 			} catch(E) {



More information about the open-ils-commits mailing list