fix bug 355 (hdt 5052), where operator change breaks patron bill interface
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 16 Apr 2007 14:03:55 +0000 (14:03 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 16 Apr 2007 14:03:55 +0000 (14:03 +0000)
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

index c79b9c6..ded6603 100644 (file)
@@ -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');