From 55cda5b3884d092ea68666ecc27c6bec944c4dac Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 28 Jun 2016 14:37:57 +0100 Subject: [PATCH] Bug 14757: Remove obsolete occurrence of is_tt Signed-off-by: Jonathan Druart --- tools/letter.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/letter.pl b/tools/letter.pl index 35c8997..9f8ac95 100755 --- a/tools/letter.pl +++ b/tools/letter.pl @@ -259,7 +259,6 @@ sub add_validate { my @content = $input->multi_param('content'); for my $mtt ( @mtt ) { my $is_html = $input->param("is_html_$mtt"); - my $is_tt = $input->param("is_tt_$mtt") ? 1 : 0; my $title = shift @title; my $content = shift @content; my $letter = C4::Letters::getletter( $oldmodule, $code, $branchcode, $mtt); -- 2.8.1