updated release notes for 3.14.0 beta
[koha.git] / patron_lists / add-modify.pl
index 5eb2281..b5cafb2 100755 (executable)
@@ -32,7 +32,8 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         template_name   => "patron_lists/add-modify.tt",
         query           => $cgi,
         type            => "intranet",
-        authnotrequired => 1,
+        authnotrequired => 0,
+        flagsrequired => { tools => 'manage_patron_lists' },
     }
 );