diff options
| author | mark <mark> | 2011-04-12 20:57:12 +0000 |
|---|---|---|
| committer | mark <mark> | 2011-04-12 20:57:12 +0000 |
| commit | 24784b1f4768f4ae7b82995bdadd84ee7cac04da (patch) | |
| tree | 3c70a069ef15889530bd0790899d38fd53a7e99a /httemplate | |
| parent | 68307cb7333d05d86231baafdf9dd0a688e012a0 (diff) | |
make company_phonenum available to templates, #12363
Diffstat (limited to 'httemplate')
| -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 8e859e6e6..758aab6e4 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -55,6 +55,7 @@ my %substitutions = ( '$cust_statuscolor' => 'Status color code', '$company_name' => 'Our company name', '$company_address'=> 'Our company address', + '$company_phonenum' => 'Our phone number', ], 'contact' => [ # duplicate this for shipping '$name' => 'Company and contact name', |
