https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25382
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org --- Comment #6 from Jonathan Druart <[email protected]> --- 1. carp is not needed indeed. 2. var you pass to the template need to be useful, otherwise what is the purpose? There is plenty of places where we push @messages, { error => $error_code }; then loop on the messages in the template. That's mandatory here IMO. -- 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/
