From: Ivan Kohler Date: Sun, 4 Jan 2015 03:07:53 +0000 (-0800) Subject: added cust_bill->due_date substitution, RT#29881 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5ec43116a8be640ad646f13c2c514a02f7fd33b5 added cust_bill->due_date substitution, RT#29881 --- 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