[open-ils-commits] r8153 - branches/rel_1_2_1/Open-ILS/xul/staff_client/server/circ

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Dec 5 18:51:04 EST 2007


Author: phasefx
Date: 2007-12-05 18:31:23 -0500 (Wed, 05 Dec 2007)
New Revision: 8153

Modified:
   branches/rel_1_2_1/Open-ILS/xul/staff_client/server/circ/copy_details.xul
Log:
typo, fixes a Retrieve Last Patron bug from Item Details

Modified: branches/rel_1_2_1/Open-ILS/xul/staff_client/server/circ/copy_details.xul
===================================================================
--- branches/rel_1_2_1/Open-ILS/xul/staff_client/server/circ/copy_details.xul	2007-12-05 23:30:33 UTC (rev 8152)
+++ branches/rel_1_2_1/Open-ILS/xul/staff_client/server/circ/copy_details.xul	2007-12-05 23:31:23 UTC (rev 8153)
@@ -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