https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20515
--- Comment #17 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ 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/
