24 Apr
2018
24 Apr
'18
2:36 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20515 --- Comment #17 from Katrin Fischer <katrin.fischer@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.