LP#1463166 Removed multiple perms user/ldw/LP1463166_Selection_List_No_Funds
authorLiam Whalen <liam.whalen@bc.libraries.coop>
Wed, 2 Dec 2015 23:09:23 +0000 (15:09 -0800)
committerLiam Whalen <liam.whalen@bc.libraries.coop>
Wed, 2 Dec 2015 23:09:23 +0000 (15:09 -0800)
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 48ae2c2..b31e929 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') {