@@ -, +, @@ --- tools/batchMod.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/tools/batchMod.pl +++ a/tools/batchMod.pl @@ -22,7 +22,7 @@ use CGI qw ( -utf8 ); use Modern::Perl; use Try::Tiny qw( catch try ); -use C4::Auth qw( get_template_and_user ); +use C4::Auth qw( get_template_and_user haspermission ); use C4::Output qw( output_html_with_http_headers ); use C4::Biblio qw( DelBiblio --