From: Ivan Kohler Date: Sun, 4 Jan 2015 03:07:51 +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=de5107de0da032e10ad21ea6f03777064a9c6c95 added cust_bill->due_date substitution, RT#29881 --- diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm index 08f0ada68..95c4fe759 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