https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38040 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart@gmail.com --- Comment #4 from Jonathan Druart <jonathan.druart@gmail.com> --- 1. is_superlibrarian is already available from every templates Use logged_in_user.is_superlibrarian or CAN_user_superlibrarian 2. Same for the logged in library, use Branches.GetLoggedInBranchcode 3. Useless indentation change in request.pl So basically you don't need any changes from the controller. Is this enforce server-side? -- You are receiving this mail because: You are watching all bug changes.