https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39625 --- Comment #3 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- Did some more digging, in every other page we set interface with get_template_and_user as "intranet". But in scv/renew etc. we call check_cookie_auth, where we don't set interface. There is a if statement where we check if interface value is present and if not, it's fetched from session params. But since C4::Context->interface always returns at least "opac" as default value if variable $interface is undef (or something else than api, opac etc.), if statement is passed and interface from session params is newer used. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.