7 Dec
2017
7 Dec
'17
12:08 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19629 --- Comment #3 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Take a look at bug 17967, and then if we can access to Koha.Preference from the notice template. I think it does not work but it can be done easily with: @ Letters.pm:1477 @ sub _process_tt { my $tt_params = { %{ _get_tt_params( $tables ) }, %{ _get_tt_params( $loops, 'is_a_loop' ) }, %$substitute }; - $content = qq|[% USE KohaDates %]$content|; + $content = qq|[% USE Koha %][% USE KohaDates %]$content|; -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.