From 2e765fa64337e1b9c282d861b41becba8e9a1aa7 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 22 Dec 2008 19:55:16 +0000 Subject: [PATCH] a just-in-case reminder to fix this 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul b/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul index 37eb69b9e1..448439ab7c 100644 --- a/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul +++ b/Open-ILS/xul/staff_client/server/patron/barcode_entry.xul @@ -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 { -- 2.11.0