@@ -, +, @@ permission usage --- circ/checkout-notes.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/circ/checkout-notes.pl +++ a/circ/checkout-notes.pl @@ -33,7 +33,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( query => $query, type => "intranet", authnotrequired => 0, - flagsrequired => { circulation => "manage_checkout_notes" }, + flagsrequired => { circulate => "manage_checkout_notes" }, } ); --