diff options
author | mark <mark> | 2010-08-05 00:27:06 +0000 |
---|---|---|
committer | mark <mark> | 2010-08-05 00:27:06 +0000 |
commit | 06ddeb41d643967a612119732bdd67e5ea7e45a2 (patch) | |
tree | 549b9d00045fcf72bdcc04756091fe20a9f07ed2 /httemplate | |
parent | cf0f715a49586ee141193605e6dbf5ae6685cd58 (diff) |
error message in decline templates, RT#9507
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/msg_template.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index 67eae185d..c38c40e4a 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -51,6 +51,7 @@ my %substitutions = ( '$ucfirst_cust_status' => 'Status, capitalized', '$cust_statuscolor' => 'Status color code', '$company_name' => 'Our company name', + '$company_address'=> 'Our company address', ], 'contact' => [ # duplicate this for shipping '$name' => 'Company and contact name', @@ -101,6 +102,7 @@ my %substitutions = ( '$payby' => 'Payment method', '$date' => 'Payment date', '$payinfo' => 'Card/account# (masked)', + '$error' => 'Decline reason', ], ); my @c = @{ $substitutions{'contact'} }; |