LP#1463166 Removed multiple perms
authorLiam Whalen <liam.whalen@bc.libraries.coop>
Wed, 2 Dec 2015 23:09:23 +0000 (15:09 -0800)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 7 Jan 2016 18:59:38 +0000 (13:59 -0500)
The use of multiple perms in creating the widget was causing problems.
I changed the permlist back to a single perm.

Signed-off-by: Liam Whalen <liam.whalen@bc.libraries.coop>
Open-ILS/web/js/ui/default/acq/common/li_table.js

index 5d72b8e..8529a44 100644 (file)
@@ -259,7 +259,7 @@ function AcqLiTable() {
         dojo.forEach(
             ["owning_lib","location","collection_code","circ_modifier","fund"],
             function(field) {
-                var args = self.afwCopyFieldArgs(field, 'CREATE_PICKLIST, CREATE_PURCHASE_ORDER');
+                var args = self.afwCopyFieldArgs(field, "CREATE_PURCHASE_ORDER");
                 args.parentNode = dojo.byId("acq-bu-" + field);
 
                 if (field == 'fund') {