diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-11-13 14:26:08 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-11-13 14:26:08 -0800 |
commit | d353c1f9bbfee93e96219851af27a78f56837c50 (patch) | |
tree | 0fe8d6792865534c1ec73a9f0304c837c3181aac /httemplate/edit/msg_template.html | |
parent | eb496e0e972cdaa94f894d232c5cc6dfa250e9ad (diff) |
status labels
Diffstat (limited to 'httemplate/edit/msg_template.html')
-rw-r--r-- | httemplate/edit/msg_template.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index 6c9d2f414..aac4cd4fd 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -203,9 +203,9 @@ my %substitutions = ( '$balance' => 'Current balance', '$credit_limit' => 'Credit limit', '$invoicing_list_emailonly' => 'Billing email address', - '$cust_status' => 'Status', - '$ucfirst_cust_status' => 'Status, capitalized', - '$cust_statuscolor' => 'Status color code', + #'$cust_status' => 'Status (raw internal label)', + '$cust_status_label' => 'Status (display label)', + '$cust_statuscolor' => 'Status color code', '$company_name' => 'Our company name', '$company_address'=> 'Our company address', '$company_phonenum' => 'Our phone number', |