https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40866
--- Comment #13 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 187628 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187628&action=edit Bug 40866: Remove unused $message variable from circulation The $message variable was declared in circ/circulation.pl but never actually set, making the "No patron matched" template block unreachable. This is a remnant from old code that was incompletely cleaned when that functionality was changed/removed. This patch removes the unused variable, template parameter, and the unreachable template block. Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
