Browse Source

Adding a parameter to allow acces to people with management flag

3.0.x
doxulting 19 years ago
parent
commit
89318ac905
  1. 2
      admin/branches.pl

2
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) {

Loading…
Cancel
Save