Bug 24663: Remove authnotrequired if set to 0
[koha-ffzg.git] / reports / bor_issues_top.pl
index 63bdd6d..a41985b 100755 (executable)
@@ -58,7 +58,6 @@ my ($template, $borrowernumber, $cookie)
     = get_template_and_user({template_name => $fullreportname,
                 query => $input,
                 type => "intranet",
-                authnotrequired => 0,
                 flagsrequired => {reports => '*'},
                 debug => 1,
                 });