[freeside-commits] branch master updated. 5527b88daa92d1f186288684d9d9100f48c0d758
Ivan
ivan at 420.am
Sat Jan 3 19:10:35 PST 2015
The branch, master has been updated
via 5527b88daa92d1f186288684d9d9100f48c0d758 (commit)
from de5107de0da032e10ad21ea6f03777064a9c6c95 (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 5527b88daa92d1f186288684d9d9100f48c0d758
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Jan 3 19:10:34 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 95c4fe7..5dbd591 100644
--- a/FS/FS/msg_template.pm
+++ b/FS/FS/msg_template.pm
@@ -596,6 +596,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