diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-04-29 14:36:20 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-04-29 14:36:20 -0700 |
| commit | d6eb95441e54c3e7729e89c176bf34b1862610f0 (patch) | |
| tree | 9964baee64a46454410a27fa081d0c77e7d1d62e /httemplate/edit/msg_template.html | |
| parent | 00cb3b1291e336dedd28c5326bc210e5e511c337 (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' => [ |
