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=refs%2Fheads%2Fuser%2Fldw%2FLP1463166_Selection_List_No_Funds;p=working%2FEvergreen.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 48ae2c2ec1..b31e9290fe 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') {