[open-ils-commits] r8151 - branches/rel_1_2/Open-ILS/xul/staff_client/server/circ

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Dec 5 18:49:21 EST 2007


Author: phasefx
Date: 2007-12-05 18:29:40 -0500 (Wed, 05 Dec 2007)
New Revision: 8151

Modified:
   branches/rel_1_2/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/Open-ILS/xul/staff_client/server/circ/copy_details.xul
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/circ/copy_details.xul	2007-12-05 22:35:40 UTC (rev 8150)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/circ/copy_details.xul	2007-12-05 23:29:40 UTC (rev 8151)
@@ -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