diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-12-30 01:43:16 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-12-30 01:43:16 -0800 |
commit | cb6cca67db487271ce96b49289ada58691a2067d (patch) | |
tree | 003581386f08c392c03ea7757907fa7d0992d857 /httemplate/edit/msg_template.html | |
parent | 6b4a2501a75964c864467a3bf85bbba039009049 (diff) |
self-service access for contacts, RT#25533
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 06cac440e..6c9d2f414 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -209,6 +209,7 @@ my %substitutions = ( '$company_name' => 'Our company name', '$company_address'=> 'Our company address', '$company_phonenum' => 'Our phone number', + '$selfservice_server_base_url' => 'Base URL of customer self-service', ], 'contact' => [ # duplicate this for shipping '$name' => 'Company and contact name', |