1 Dec
2021
1 Dec
'21
4:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27631 --- Comment #89 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- There is something that is problematic, the [% INCLUDE 'blocking_errors.inc' %] should not be moved, it must be at the very beginning (right after main). The script will stop early (after the INCLUDE) and we don't want to display anything else before as the template won't receive the correct data in most of the cases. -- You are receiving this mail because: You are watching all bug changes.