From 63ac6d763960f828b22473c23ac1c0fcaecedf82 Mon Sep 17 00:00:00 2001
From: Jonathan Druart
[% notes %]
[% END %] [% FOREACH sql_param IN sql_params %] -[% sql_param.entry %]: [% sql_param.input %]
+ [% IF sql_param.input == 'date' %] ++ [% sql_param.entry %]: + + +
+ [% ELSE %] +[% sql_param.entry %]: [% sql_param.input %]
+ [% END %] [% END %] diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index ce9370aaf8..5d53791810 100755 --- a/reports/guided_reports.pl +++ b/reports/guided_reports.pl @@ -421,18 +421,7 @@ elsif ($phase eq 'Run this report'){ my ($text,$authorised_value) = split /\|/,$split[$i*2+1]; my $input; if ($authorised_value eq "date") { - $input = qq( - - - ); + $input = 'date'; } elsif ($authorised_value) { my $dbh=C4::Context->dbh; -- 2.39.5