diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-01-02 17:38:09 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-01-02 17:38:09 -0800 |
| commit | c701b54ed562b8afd6d310b6a1e3ed5777d565f2 (patch) | |
| tree | 3c9260715a1b17699df497d2c375c9f8860c207f | |
| parent | 4052162cbd8882b53fd4a33d9f6b9ea2a9ef9561 (diff) | |
fix reports for 2018, RT#79090
| -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> |
