X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=admin%2Fbranches.pl;h=677d93638f8c49c3656522711a928648b105594d;hb=fe59c6c516d456e7455947b195033b3f2380180e;hp=6d32a59889bcaed791a54a199861a62648c09a08;hpb=64d656ab31c63fa7a988819148928071d3c70afd;p=koha-ffzg.git diff --git a/admin/branches.pl b/admin/branches.pl index 6d32a59889..677d93638f 100755 --- a/admin/branches.pl +++ b/admin/branches.pl @@ -50,7 +50,6 @@ use C4::Auth; use C4::Context; use C4::Output; use C4::Interface::CGI::Output; -use HTML::Template; # Fixed variables my $linecolor1='#ffffcc'; @@ -69,11 +68,11 @@ my $categorycode = $input->param('categorycode'); my $op = $input->param('op'); my ($template, $borrowernumber, $cookie) - = get_template_and_user({template_name => "parameters/branches.tmpl", + = get_template_and_user({template_name => "admin/branches.tmpl", query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => {parameters => 1}, + flagsrequired => {parameters => 1, management => 1}, debug => 1, }); if ($op) {