Bug 22617: Fix checkout notes typo in manage_checkout_notes permission usage
[koha-equinox.git] / circ / checkout-notes.pl
index 97fb925..324d15e 100755 (executable)
@@ -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" },
     }
 );