https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41557 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 191047 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191047&action=edit Bug 41557: Remove unused vars sent to template 488 LoginFirstname => ( C4::Context->userenv ? C4::Context->userenv->{"firstname"} : "Bel" ), 489 LoginSurname => C4::Context->userenv ? C4::Context->userenv->{"surname"} : "Inconnu", 490 emailaddress => C4::Context->userenv ? C4::Context->userenv->{"emailaddress"} : undef, Test plan: `git grep` the 3 variables and confirm that there is no occurrences in the templates (.tt/.inc files) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.