From c701b54ed562b8afd6d310b6a1e3ed5777d565f2 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 2 Jan 2018 17:38:09 -0800 Subject: [PATCH] fix reports for 2018, RT#79090 --- httemplate/elements/tr-select-from_to.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/tr-select-from_to.html b/httemplate/elements/tr-select-from_to.html index 1224de68a..c24209737 100644 --- a/httemplate/elements/tr-select-from_to.html +++ b/httemplate/elements/tr-select-from_to.html @@ -39,7 +39,7 @@ my %hash = ( 'show_month_abbr' => 1, 'start_year' => '1999', - 'end_year' => '2017', + 'end_year' => $eyear+3, @_, ); -- 2.11.0