From 89318ac90542e1fa6e4ad555a20f064066238379 Mon Sep 17 00:00:00 2001 From: doxulting Date: Wed, 23 Mar 2005 09:29:30 +0000 Subject: [PATCH] Adding a parameter to allow acces to people with management flag --- admin/branches.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/branches.pl b/admin/branches.pl index 6d32a59889..d4e3b2ba92 100755 --- a/admin/branches.pl +++ b/admin/branches.pl @@ -73,7 +73,7 @@ my ($template, $borrowernumber, $cookie) query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => {parameters => 1}, + flagsrequired => {parameters => 1, management => 1}, debug => 1, }); if ($op) { -- 2.39.2