https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22617
--- Comment #5 from M. Tompsett <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
