diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-04-29 14:36:19 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-04-29 14:36:19 -0700 |
commit | 393e72e0d1897abda343aa7f9287046e5446069b (patch) | |
tree | 9140310bc201e4a5a9f9ba74ae165a291e96d44d /httemplate/edit/msg_template.html | |
parent | aba86d4205a831c561fcf62a24d021c82c229d96 (diff) |
add mobile phone to message templates, RT#12427
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 941554532..0a02f2af2 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -182,6 +182,7 @@ my %substitutions = ( '$country' => 'Country', '$daytime' => 'Day phone', '$night' => 'Night phone', + '$mobile' => 'Mobile phone', '$fax' => 'Fax', ], 'cust_bill' => [ |