Bug 14757: Remove obsolete occurrence of is_tt

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Jonathan Druart 2016-06-28 14:37:57 +01:00 committed by Kyle M Hall
parent 32b1d0386a
commit 0527388924

View file

@ -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);