View | Details | Raw Unified | Return to bug 17964
Collapse All | Expand All

(-)a/C4/Letters.pm (-1 / +2 lines)
Lines 1456-1461 sub _process_tt { Link Here
1456
1456
1457
    my $tt_params = _get_tt_params( $tables );
1457
    my $tt_params = _get_tt_params( $tables );
1458
1458
1459
    $content = qq|[% USE KohaDates %]$content|;
1460
1459
    my $output;
1461
    my $output;
1460
    $template->process( \$content, $tt_params, \$output ) || croak "ERROR PROCESSING TEMPLATE: " . $template->error();
1462
    $template->process( \$content, $tt_params, \$output ) || croak "ERROR PROCESSING TEMPLATE: " . $template->error();
1461
1463
1462
- 

Return to bug 17964