From 5f3e17f153f3a3731bc4bcf6568ae82fd213acbd 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 74e397f5b8..517fae15eb 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') { -- 2.11.0