summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-03 19:10:35 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-03 19:10:35 -0800
commit0ba73dcbc4642efebac09fba8b18f0dfad675de2 (patch)
treecc6f817c0eda60d97323bb6bb0296f84be0fa073 /FS
parent5ec43116a8be640ad646f13c2c514a02f7fd33b5 (diff)
added cust_bill->_date_pretty substitution, RT#29881
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/msg_template.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm
index d885d4f31..bc21e653b 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