[freeside-commits] branch master updated. 24593e5c6023af32ee7c48d57fb452e96a5b1eae

Christopher Burger burgerc at 420.am
Tue Aug 29 08:55:35 PDT 2017


The branch, master has been updated
       via  24593e5c6023af32ee7c48d57fb452e96a5b1eae (commit)
      from  ff69e66f2bbfdf8ea686a5fa58e4b6c5566b0e82 (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 24593e5c6023af32ee7c48d57fb452e96a5b1eae
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Tue Aug 29 11:50:18 2017 -0400

    RT# 73964 - updated config description to better explain the email-to-voice_domain configuration option

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index e0087df..6280487 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -900,7 +900,7 @@ my $validate_email = sub { $_[0] =~
   {
     'key'         => 'email-to-voice_domain',
     'section'     => 'email_to_voice_services',
-    'description' => 'The Domain to send email to voice to',
+    'description' => 'The domain name used to send emails to a 3rd party email to voice service.  You will be able to select a phone number to append to this domain on the email customer page or when using the email to voice billing event action.',
     'type'        => 'text',
     'per_agent'   => 1,
   },
diff --git a/FS/FS/part_event/Action/notice_to_emailtovoice.pm b/FS/FS/part_event/Action/notice_to_emailtovoice.pm
index a3a5e98..3eaa738 100644
--- a/FS/FS/part_event/Action/notice_to_emailtovoice.pm
+++ b/FS/FS/part_event/Action/notice_to_emailtovoice.pm
@@ -33,7 +33,7 @@ sub option_fields {
                                              'fax'     => 'Fax #',
                                              'daytime' => 'Day Time #',
                                            },
-                     'post_field_label' => "@", # . $to_domain ,
+                     'post_field_label' => ' <font color="red">Make sure you have setup your email-to-voice_domain config option in your Configuration settings.</font>',
                    },
 
     'msgnum'    => { 'label'    => 'Template',

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

Summary of changes:
 FS/FS/Conf.pm                                     |    2 +-
 FS/FS/part_event/Action/notice_to_emailtovoice.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list