Bug 12508: adding an error message if a contract cannot be removed
[koha_fer] / acqui / newordersuggestion.pl
index efc634b..c807938 100755 (executable)
@@ -119,7 +119,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
         template_name   => "acqui/newordersuggestion.tmpl",
         type            => "intranet",
         query           => $input,
-        authnotrequired => 1,
         flagsrequired   => { acquisition => 'order_manage' },
     }
 );