From 9f6fe663c2f2389917c518dd51b42f861f011c88 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 3 Jul 2021 22:22:35 +0200 Subject: [PATCH] Bug 26340: (QA follow-up) Remove warns and set input fields hidden again Removes traces of debugging. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/labels/label-print.tt | 6 +++--- labels/label-create-pdf.pl | 2 -- labels/label-print.pl | 2 -- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt index 48ebbec8b7..6c15534144 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt @@ -76,9 +76,9 @@ [% FOREACH item_number IN item_numbers %] [% END %] - - - + + +
  1. diff --git a/labels/label-create-pdf.pl b/labels/label-create-pdf.pl index 15b8a3f422..ecb16a5a5b 100755 --- a/labels/label-create-pdf.pl +++ b/labels/label-create-pdf.pl @@ -47,8 +47,6 @@ my $from = $cgi->param('from') || undef; my $to = $cgi->param('to') || undef; my $range = $cgi->param('range') || undef; -warn ("range_pdf = " . Data::Dumper::Dumper($range)); - my $items = undef; my $pdf_file = (@label_ids || @item_numbers ? "label_single_" . scalar(@label_ids || @item_numbers) : "label_batch_$batch_id"); diff --git a/labels/label-print.pl b/labels/label-print.pl index cb928504e4..1347390b8e 100755 --- a/labels/label-print.pl +++ b/labels/label-print.pl @@ -57,8 +57,6 @@ my $from = int($txt_from) || undef; my $to = int($txt_to) || undef; my $range = length($txt_from) || undef; -warn ("range = " . Data::Dumper::Dumper($range)); - my $layouts = undef; my $templates = undef; my $output_formats = undef; -- 2.20.1