From 53fb5a2c120a873ac44e3dc9adececad1ed9f6aa Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 21 Dec 2005 00:07:31 +0000 Subject: [PATCH] not on ilsevent for true yet git-svn-id: svn://svn.open-ils.org/ILS/trunk@2481 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/bills.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/patron/bills.js b/Open-ILS/xul/staff_client/server/patron/bills.js index 4b466cecd9..401484f282 100644 --- a/Open-ILS/xul/staff_client/server/patron/bills.js +++ b/Open-ILS/xul/staff_client/server/patron/bills.js @@ -240,6 +240,8 @@ patron.bills.prototype = { ); if (robj && robj.ilsevent && robj.ilsevent == 0) { return true; + } else if (robj == 1) { + return true; } else { throw robj; } -- 2.43.2