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

(-)a/tools/letter.pl (-2 lines)
Lines 259-265 sub add_validate { Link Here
259
    my @content       = $input->multi_param('content');
259
    my @content       = $input->multi_param('content');
260
    for my $mtt ( @mtt ) {
260
    for my $mtt ( @mtt ) {
261
        my $is_html = $input->param("is_html_$mtt");
261
        my $is_html = $input->param("is_html_$mtt");
262
        my $is_tt = $input->param("is_tt_$mtt") ? 1 : 0;
263
        my $title   = shift @title;
262
        my $title   = shift @title;
264
        my $content = shift @content;
263
        my $content = shift @content;
265
        my $letter = C4::Letters::getletter( $oldmodule, $code, $branchcode, $mtt);
264
        my $letter = C4::Letters::getletter( $oldmodule, $code, $branchcode, $mtt);
266
- 

Return to bug 14757