summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-04-29 14:36:19 -0700
committerIvan Kohler <ivan@freeside.biz>2012-04-29 14:36:19 -0700
commit393e72e0d1897abda343aa7f9287046e5446069b (patch)
tree9140310bc201e4a5a9f9ba74ae165a291e96d44d
parentaba86d4205a831c561fcf62a24d021c82c229d96 (diff)
add mobile phone to message templates, RT#12427
-rw-r--r--FS/FS/msg_template.pm4
-rw-r--r--httemplate/edit/msg_template.html1
2 files changed, 3 insertions, 2 deletions
diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm
index e47776c..62bcebc 100644
--- a/FS/FS/msg_template.pm
+++ b/FS/FS/msg_template.pm
@@ -465,14 +465,14 @@ sub substitutions {
name name_short contact contact_firstlast
address1 address2 city county state zip
country
- daytime night fax
+ daytime night mobile fax
has_ship_address
ship_last ship_first ship_company
ship_name ship_name_short ship_contact ship_contact_firstlast
ship_address1 ship_address2 ship_city ship_county ship_state ship_zip
ship_country
- ship_daytime ship_night ship_fax
+ ship_daytime ship_night ship_mobile ship_fax
paymask payname paytype payip
num_cancelled_pkgs num_ncancelled_pkgs num_pkgs
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html
index 9415545..0a02f2a 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' => [