summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-03 19:07:53 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-03 19:07:53 -0800
commit5ec43116a8be640ad646f13c2c514a02f7fd33b5 (patch)
tree6932cda58e9a0e653d5c3a5c92b84085fd48cb8c /FS
parenta68a6b2c40470a95e4330c844d00389b9ac4c9a6 (diff)
added cust_bill->due_date 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 bc2b3827c..d885d4f31 100644
--- a/FS/FS/msg_template.pm
+++ b/FS/FS/msg_template.pm
@@ -595,6 +595,7 @@ sub substitutions {
'cust_bill' => [qw(
invnum
_date
+ due_date
)],
#XXX not really thinking about cust_bill substitutions quite yet