diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-01-02 17:37:09 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-01-02 17:37:09 -0800 |
commit | 64c1a0ea453f682286f7727147fc60bde5a62e94 (patch) | |
tree | e81b2a5301079b38e0bb575bedcc3a639bbc9a8b | |
parent | b94c1d5b5d8179b7bcc57ff5c352fa7039424001 (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..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', @_, ); </%init> |