From fb1fb367f2e89b25c30f3c1712cf3a6a69a67b35 Mon Sep 17 00:00:00 2001 From: pines Date: Mon, 16 Apr 2007 14:03:55 +0000 Subject: [PATCH] fix bug 355 (hdt 5052), where operator change breaks patron bill interface git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@7152 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/bills.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/xul/staff_client/server/patron/bills.js b/Open-ILS/xul/staff_client/server/patron/bills.js index c79b9c6a9c..ded6603e7d 100644 --- a/Open-ILS/xul/staff_client/server/patron/bills.js +++ b/Open-ILS/xul/staff_client/server/patron/bills.js @@ -495,6 +495,7 @@ patron.bills.prototype = { obj.data.voided_billings = []; obj.data.stash('voided_billings'); obj.refresh(); try { + netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); obj.data.stash_retrieve(); var template = 'bill_payment'; JSAN.use('patron.util'); JSAN.use('util.functional'); -- 2.11.0