From 03683a00743460e464862bfd0dd88af7e4dba6c1 Mon Sep 17 00:00:00 2001 From: Liam Whalen Date: Wed, 2 Dec 2015 15:09:23 -0800 Subject: [PATCH] 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 --- Open-ILS/web/js/ui/default/acq/common/li_table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') { -- 2.11.0