From d0ef2d787f311d78f34f5e068514bad91fe7b37b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 4 Jan 2018 14:46:21 -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