Small template cleanup: display library name and cat description instead of codes
[koha_gimpoz] / tools / cleanborrowers.pl
index ad6f2a8..ddfb7e3 100755 (executable)
@@ -59,7 +59,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         query           => $cgi,
         type            => "intranet",
         authnotrequired => 0,
-        flagsrequired   => { tools => 1, catalogue => 1 },
+        flagsrequired   => { tools => 'delete_anonymize_patrons', catalogue => 1 },
     }
 );