X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=patron_lists%2Fdelete.pl;h=f9d1aef19c063135c0956855ea5f3d1c0e0f3cb5;hb=refs%2Fheads%2Fkoha_ffzg;hp=3c3d9b988c59af2550d00205bbfd693e5340099c;hpb=804abb38496c21d667ab17ed89d95f2677cc6eea;p=koha.git diff --git a/patron_lists/delete.pl b/patron_lists/delete.pl index 3c3d9b988c..f9d1aef19c 100755 --- a/patron_lists/delete.pl +++ b/patron_lists/delete.pl @@ -19,7 +19,7 @@ use Modern::Perl; -use CGI; +use CGI qw ( -utf8 ); use C4::Auth; use C4::Output; @@ -32,7 +32,8 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( template_name => "patron_lists/lists.tt", query => $cgi, type => "intranet", - authnotrequired => 1, + authnotrequired => 0, + flagsrequired => { tools => 'manage_patron_lists' }, } );