[freeside-commits] branch FREESIDE_3_BRANCH updated. 5ec43116a8be640ad646f13c2c514a02f7fd33b5

Ivan ivan at 420.am
Sat Jan 3 19:07:55 PST 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  5ec43116a8be640ad646f13c2c514a02f7fd33b5 (commit)
       via  a68a6b2c40470a95e4330c844d00389b9ac4c9a6 (commit)
       via  56458cb72e1958cb8d40faf014840277bd58c006 (commit)
      from  df0798e9f7d899d0eb74b24d16e6ba4f767313cd (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 5ec43116a8be640ad646f13c2c514a02f7fd33b5
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jan 3 19:07:53 2015 -0800

    added cust_bill->due_date substitution, RT#29881

diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm
index bc2b382..d885d4f 100644
--- a/FS/FS/msg_template.pm
+++ b/FS/FS/msg_template.pm
@@ -595,6 +595,7 @@ sub substitutions {
     'cust_bill' => [qw(
       invnum
       _date
+      due_date
     )],
     #XXX not really thinking about cust_bill substitutions quite yet
     

commit a68a6b2c40470a95e4330c844d00389b9ac4c9a6
Merge: 56458cb df0798e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jan 3 19:07:45 2015 -0800

    Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH


commit 56458cb72e1958cb8d40faf014840277bd58c006
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jan 3 14:08:15 2015 -0800

    3.x supported through (sometime in) 2016

diff --git a/httemplate/elements/tr-select-from_to.html b/httemplate/elements/tr-select-from_to.html
index dfd57e0..57b2388 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'        => '2015',
+    'end_year'        => '2016',
      @_,
   );
 </%init>

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

Summary of changes:
 FS/FS/msg_template.pm                      |    1 +
 httemplate/elements/tr-select-from_to.html |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list