[Koha-bugs] [Bug 22617] Checkout notes pending dashboard link - error received even though manage_checkout_notes permission set.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 18 02:58:45 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22617

--- Comment #5 from M. Tompsett <mtompset at 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.


More information about the Koha-bugs mailing list