[open-ils-commits] r11650 - trunk/Open-ILS/xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 22 14:55:19 EST 2008


Author: phasefx
Date: 2008-12-22 14:55:16 -0500 (Mon, 22 Dec 2008)
New Revision: 11650

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul
Log:
a just-in-case reminder to fix this

Modified: trunk/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul	2008-12-22 18:57:20 UTC (rev 11649)
+++ trunk/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul	2008-12-22 19:55:16 UTC (rev 11650)
@@ -110,7 +110,7 @@
 						}
 
 						if (g.data.user_org_unit_opt_in_enabled) {
-							var r = net.simple_request('USER_ORG_UNIT_OPT_IN_CHECK',[ ses(), robj ]);
+							var r = net.simple_request('USER_ORG_UNIT_OPT_IN_CHECK',[ ses(), robj ]); // FIXME -- robj is no longer returning a usr id
 							if (typeof r.ilsevent != 'undefined') {
 								throw(r);
 							} else {



More information about the open-ils-commits mailing list