From c115fdc618dcb3d8ee290fb12860cff016ed5fd2 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 17 Sep 2012 15:20:16 -0400 Subject: [PATCH] Show ACQ funds with VIEW perm Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/acq/financial/list_funds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/acq/financial/list_funds.js b/Open-ILS/web/js/ui/default/acq/financial/list_funds.js index abad41d987..7ebf39206e 100644 --- a/Open-ILS/web/js/ui/default/acq/financial/list_funds.js +++ b/Open-ILS/web/js/ui/default/acq/financial/list_funds.js @@ -78,7 +78,7 @@ function initPage() { lfGrid.onItemReceived = function(item) {cachedFunds.push(item)}; new openils.User().getPermOrgList( - 'ADMIN_ACQ_FUND', + ['ADMIN_ACQ_FUND', 'VIEW_FUND'], function(list) { adminPermOrgs = list; loadFundGrid( -- 2.11.0