[freeside-commits] branch FREESIDE_4_BRANCH updated. c701b54ed562b8afd6d310b6a1e3ed5777d565f2

Ivan Kohler ivan at freeside.biz
Tue Jan 2 17:38:10 PST 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  c701b54ed562b8afd6d310b6a1e3ed5777d565f2 (commit)
      from  4052162cbd8882b53fd4a33d9f6b9ea2a9ef9561 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c701b54ed562b8afd6d310b6a1e3ed5777d565f2
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jan 2 17:38:09 2018 -0800

    fix reports for 2018, RT#79090

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>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/tr-select-from_to.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list