diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-01-04 14:46:21 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-01-04 14:46:21 -0800 |
commit | d0ef2d787f311d78f34f5e068514bad91fe7b37b (patch) | |
tree | d2c5f726ad84fa7fa752784f1b883b59277c5881 /httemplate/elements/tr-select-from_to.html | |
parent | defbec8798d006a70b13a4b7160742b85d16047d (diff) |
fix reports for 2018, RT#79090
Diffstat (limited to 'httemplate/elements/tr-select-from_to.html')
-rw-r--r-- | httemplate/elements/tr-select-from_to.html | 2 |
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> |