summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-01-02 17:38:09 -0800
committerIvan Kohler <ivan@freeside.biz>2018-01-02 17:38:09 -0800
commitc701b54ed562b8afd6d310b6a1e3ed5777d565f2 (patch)
tree3c9260715a1b17699df497d2c375c9f8860c207f
parent4052162cbd8882b53fd4a33d9f6b9ea2a9ef9561 (diff)
fix reports for 2018, RT#79090
-rw-r--r--httemplate/elements/tr-select-from_to.html2
1 files changed, 1 insertions, 1 deletions
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,
@_,
);
</%init>