From 64c1a0ea453f682286f7727147fc60bde5a62e94 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 2 Jan 2018 17:37: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..0681c2176 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' => '2018', @_, ); -- 2.20.1