added cust_bill->_date_pretty substitution, RT#29881
[freeside.git] / FS / FS / msg_template.pm
index 2fc66b4..5dbd591 100644 (file)
@@ -528,7 +528,7 @@ sub substitutions {
       balance
       credit_limit
       invoicing_list_emailonly
-      cust_status ucfirst_cust_status cust_statuscolor
+      cust_status ucfirst_cust_status cust_statuscolor cust_status_label
 
       signupdate dundate
       packages recurdates
@@ -596,6 +596,8 @@ sub substitutions {
     'cust_bill' => [qw(
       invnum
       _date
+      _date_pretty
+      due_date
     )],
     #XXX not really thinking about cust_bill substitutions quite yet