[open-ils-commits] r7821 -
branches/rel_1_2/Open-ILS/xul/staff_client/server/circ
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Sep 24 11:46:51 EDT 2007
Author: phasefx
Date: 2007-09-24 11:37:19 -0400 (Mon, 24 Sep 2007)
New Revision: 7821
Modified:
branches/rel_1_2/Open-ILS/xul/staff_client/server/circ/copy_details.xul
Log:
typo. fixes Retrieve Hold Patron 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-09-24 15:36:17 UTC (rev 7820)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/circ/copy_details.xul 2007-09-24 15:37:19 UTC (rev 7821)
@@ -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