From: phasefx Date: Mon, 22 Dec 2008 19:55:16 +0000 (+0000) Subject: a just-in-case reminder to fix this X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2e765fa64337e1b9c282d861b41becba8e9a1aa7;p=Evergreen.git a just-in-case reminder to fix this git-svn-id: svn://svn.open-ils.org/ILS/trunk@11650 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 {