added cust_bill->_date_pretty substitution, RT#29881
authorIvan Kohler <ivan@freeside.biz>
Sun, 4 Jan 2015 03:10:34 +0000 (19:10 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sun, 4 Jan 2015 03:10:34 +0000 (19:10 -0800)
FS/FS/msg_template.pm

index 95c4fe7..5dbd591 100644 (file)
@@ -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