[freeside-commits] branch FREESIDE_2_3_BRANCH updated. d6eb95441e54c3e7729e89c176bf34b1862610f0

Ivan ivan at 420.am
Sun Apr 29 14:36:21 PDT 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  d6eb95441e54c3e7729e89c176bf34b1862610f0 (commit)
      from  00cb3b1291e336dedd28c5326bc210e5e511c337 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d6eb95441e54c3e7729e89c176bf34b1862610f0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Apr 29 14:36:20 2012 -0700

    add mobile phone to message templates, RT#12427

diff --git a/FS/FS/msg_template.pm b/FS/FS/msg_template.pm
index 1c458a0..57d0004 100644
--- a/FS/FS/msg_template.pm
+++ b/FS/FS/msg_template.pm
@@ -451,14 +451,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' => [

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/msg_template.pm             |    4 ++--
 httemplate/edit/msg_template.html |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list