From: Liam Whalen Date: Wed, 2 Dec 2015 23:09:23 +0000 (-0800) Subject: LP#1463166 Removed multiple perms X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=03683a00743460e464862bfd0dd88af7e4dba6c1;p=evergreen%2Fpines.git LP#1463166 Removed multiple perms 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 --- diff --git a/Open-ILS/web/js/ui/default/acq/common/li_table.js b/Open-ILS/web/js/ui/default/acq/common/li_table.js index abb10d3704..071209359b 100644 --- a/Open-ILS/web/js/ui/default/acq/common/li_table.js +++ b/Open-ILS/web/js/ui/default/acq/common/li_table.js @@ -272,7 +272,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') {