@@ -, +, @@ --- C4/Letters.pm | 2 ++ 1 file changed, 2 insertions(+) --- a/C4/Letters.pm +++ a/C4/Letters.pm @@ -1456,6 +1456,8 @@ sub _process_tt { my $tt_params = _get_tt_params( $tables ); + $content = qq|[% USE KohaDates %]$content|; + my $output; $template->process( \$content, $tt_params, \$output ) || croak "ERROR PROCESSING TEMPLATE: " . $template->error(); --