https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25382 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 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.