From: Ivan Kohler Date: Sun, 4 Jan 2015 03:10:34 +0000 (-0800) Subject: added cust_bill->_date_pretty substitution, RT#29881 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5527b88daa92d1f186288684d9d9100f48c0d758 added cust_bill->_date_pretty substitution, RT#29881 --- diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm index 95c4fe759..5dbd591a8 100644 --- a/FS/FS/msg_template.pm +++ b/FS/FS/msg_template.pm @@ -596,6 +596,7 @@ sub substitutions { 'cust_bill' => [qw( invnum _date + _date_pretty due_date )], #XXX not really thinking about cust_bill substitutions quite yet