https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22617 --- Comment #5 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 90711 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90711 Bug 22617: Fix checkout notes typo in manage_checkout_notes permission usage Review of attachment 90711: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=22617&attachment=90711) ----------------------------------------------------------------- ::: circ/checkout-notes.pl @@ +33,4 @@
query => $query, type => "intranet", authnotrequired => 0, + flagsrequired => { circulate => "manage_checkout_notes" },
Nice catch on this typo, as: $ git grep "circulation =" gives nothing, but $ git grep "circulate =" shows that this is what it should be. -- You are receiving this mail because: You are watching all bug changes.