[Koha-bugs] [Bug 20515] "ILL Request" menu options displayed when user has no ILL permissions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 24 13:36:52 CEST 2018


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

--- Comment #17 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I think we miss a change in Auth.pm:

 297         if ( $flags && $flags->{superlibrarian} == 1 ) {
 298             $template->param( CAN_user_circulate        => 1 );

And that should probably use IsSuperLibrarian()for the check (see bug 20649)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list