http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11855 --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 26435 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26435&action=edit Bug 11855: Tiny code cleanup in members [1] Template var actionname is not used in the associated template. This could be a copy-paste from serials/member-search.pl. Consequently, the module is no longer needed in member.pl. Template members/search.tt still contains actionname; it seems that this template is not used too (but I did not fully check that; so leaving that for now). [2] $template_name not used in members-home.pl. Test plan: [1] Go to Patrons. If you reach that page, you tested members-home.pl [2] Add a new patron. [3] Search for a patron. Edit one. Followed test plan. No problems found. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.