(bug #4135) fix aqplan form
[koha.git] / admin / aqplan.pl
index a8771d4..a324e25 100755 (executable)
@@ -47,7 +47,7 @@ my ( $template, $borrowernumber, $cookie, $staff_flags ) = get_template_and_user
     {   template_name   => "admin/aqplan.tmpl",
         query           => $input,
         type            => "intranet",
-        authnotrequired => 1,
+        authnotrequired => 0,
         flagsrequired   => { acquisition => 'planning_manage' },
         debug           => 1,
     }
@@ -486,4 +486,4 @@ sub _print_to_csv {
         my $str = $csv->string;
         print "$str\n";
     }
-}
\ No newline at end of file
+}