a just-in-case reminder to fix this
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 22 Dec 2008 19:55:16 +0000 (19:55 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 22 Dec 2008 19:55:16 +0000 (19:55 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11650 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/barcode_entry.xul

index 37eb69b..448439a 100644 (file)
                                                }
 
                                                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 {