summaryrefslogtreecommitdiff
path: root/FS/FS/msg_template.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-03 19:10:34 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-03 19:10:34 -0800
commit5527b88daa92d1f186288684d9d9100f48c0d758 (patch)
tree318dd3bcf27a9e3c2c9ccf3ceff3331992b5605a /FS/FS/msg_template.pm
parentde5107de0da032e10ad21ea6f03777064a9c6c95 (diff)
added cust_bill->_date_pretty substitution, RT#29881
Diffstat (limited to 'FS/FS/msg_template.pm')
-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 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