summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-25 18:38:49 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-25 18:38:49 -0800
commitef175582574b8ec5cb6fe24d11b2643647c7e4fc (patch)
tree6809b2a99fea9984645c64cc449b298c1ce2d376 /httemplate
parent3d9e6c01fa1b21884e6166920cb2f76f60e91aa8 (diff)
due_date substitute for message template, $29881
Diffstat (limited to 'httemplate')
-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 6c9d2f414..c6b2a7d8d 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#',