diff options
author | mark <mark> | 2010-08-05 00:24:57 +0000 |
---|---|---|
committer | mark <mark> | 2010-08-05 00:24:57 +0000 |
commit | 824b97e97e4e5ee914a4c936815a4413def71a4f (patch) | |
tree | 3ee04ed2a17ea95ba46e0c77236f6d2367d6ec62 /httemplate | |
parent | 42a1267af992831cb8069835a18b8672a5f9afcb (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'} }; |