[Koha-bugs] [Bug 19629] No translatable notification in overdue notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 7 13:08:51 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19629

--- Comment #3 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list