From 7b777a5bf7fcdb0f966e3789e00f646febedc60c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 25 Jan 2015 18:38:47 -0800 Subject: due_date substitute for message template, $29881 --- httemplate/edit/msg_template.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'httemplate/edit/msg_template.html') 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#', -- cgit v1.2.1