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