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=082735fb18d8de3879b97d95f5ccc4359ee61657;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 5d72b8e551..8529a44b0d 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 @@ -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') {