diff options
author | mark <mark> | 2010-09-22 23:04:32 +0000 |
---|---|---|
committer | mark <mark> | 2010-09-22 23:04:32 +0000 |
commit | 523edd344793bba1c53a622dcc618e74a962bcb6 (patch) | |
tree | e9cef77a51cd9dc0c282838828deda99b1ca692a /httemplate/edit/msg_template.html | |
parent | a5713014d58b2a6f4d5f795fbda6aa50126c2afb (diff) |
event action to send a notice to a fixed address, RT#8209
Diffstat (limited to 'httemplate/edit/msg_template.html')
-rw-r--r-- | httemplate/edit/msg_template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index a60f2d0c1..4546db98b 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -48,6 +48,7 @@ my %substitutions = ( '$classname' => 'Customer class', '$categoryname' => 'Customer category', '$balance' => 'Current balance', + '$credit_limit' => 'Credit limit', '$invoicing_list_emailonly' => 'Billing email address', '$cust_status' => 'Status', '$ucfirst_cust_status' => 'Status, capitalized', |