[freeside-commits] branch master updated. de5107de0da032e10ad21ea6f03777064a9c6c95

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


The branch, master has been updated
       via  de5107de0da032e10ad21ea6f03777064a9c6c95 (commit)
       via  859036a7e64506106a507f12e7196efeb40733a1 (commit)
       via  a7d9192c0b3b7dc5c4aa5bd889db93379dfeac3b (commit)
      from  225cb914aa74111bb9b539075b7e065d41eb9aec (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 de5107de0da032e10ad21ea6f03777064a9c6c95
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jan 3 19:07:51 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 08f0ada..95c4fe7 100644
--- a/FS/FS/msg_template.pm
+++ b/FS/FS/msg_template.pm
@@ -596,6 +596,7 @@ sub substitutions {
     'cust_bill' => [qw(
       invnum
       _date
+      due_date
     )],
     #XXX not really thinking about cust_bill substitutions quite yet
     

commit 859036a7e64506106a507f12e7196efeb40733a1
Merge: a7d9192 225cb91
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jan 3 18:35:01 2015 -0800

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


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

    4.x support prediction

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