summaryrefslogtreecommitdiff
path: root/httemplate/edit/msg_template.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-25 18:38:47 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-25 18:38:47 -0800
commit7b777a5bf7fcdb0f966e3789e00f646febedc60c (patch)
treeb0eed5c9e4e7cba877928345397f0264636bbf89 /httemplate/edit/msg_template.html
parent4b251740b79cf9d711c126fed0d611ed9fd1ecf5 (diff)
due_date substitute for message template, $29881
Diffstat (limited to 'httemplate/edit/msg_template.html')
-rw-r--r--httemplate/edit/msg_template.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html
index aac4cd4fd..7f3824127 100644
--- a/httemplate/edit/msg_template.html
+++ b/httemplate/edit/msg_template.html
@@ -242,6 +242,9 @@ my %substitutions = (
],
'cust_bill' => [
'$invnum' => 'Invoice#',
+ '$_date_pretty' => 'Invoice date',
+ '$due_date' => 'Invoice due date (timestamp)',
+ '$due_date2str' => 'Invoice due date (human readable)',
],
'cust_pkg' => [
'$pkgnum' => 'Package#',