Bug 24663: Remove authnotrequired if set to 0
[srvgit] / acqui / invoices.pl
index 8ab7a32..076e267 100755 (executable)
@@ -43,7 +43,6 @@ my ( $template, $loggedinuser, $cookie, $flags ) = get_template_and_user(
         template_name   => 'acqui/invoices.tt',
         query           => $input,
         type            => 'intranet',
-        authnotrequired => 0,
         flagsrequired   => { 'acquisition' => '*' },
         debug           => 1,
     }