[freeside-commits] branch FREESIDE_3_BRANCH updated. 0ba73dcbc4642efebac09fba8b18f0dfad675de2
Ivan
ivan at 420.am
Sat Jan 3 19:10:36 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via 0ba73dcbc4642efebac09fba8b18f0dfad675de2 (commit)
from 5ec43116a8be640ad646f13c2c514a02f7fd33b5 (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 0ba73dcbc4642efebac09fba8b18f0dfad675de2
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jan 3 19:10:35 2015 -0800
added cust_bill->_date_pretty substitution, RT#29881
diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm
index d885d4f..bc21e65 100644
--- a/FS/FS/msg_template.pm
+++ b/FS/FS/msg_template.pm
@@ -595,6 +595,7 @@ sub substitutions {
'cust_bill' => [qw(
invnum
_date
+ _date_pretty
due_date
)],
#XXX not really thinking about cust_bill substitutions quite yet
-----------------------------------------------------------------------
Summary of changes:
FS/FS/msg_template.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list