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

index d885d4f..bc21e65 100644 (file)
@@ -595,6 +595,7 @@ sub substitutions {
     'cust_bill' => [qw(
       invnum
       _date
+      _date_pretty
       due_date
     )],
     #XXX not really thinking about cust_bill substitutions quite yet