[freeside-commits] branch master updated. 7ec5eabeacef86e575e81b0703c6a7dc7611dcc9

Ivan ivan at 420.am
Wed Jun 29 10:16:43 PDT 2016


The branch, master has been updated
       via  7ec5eabeacef86e575e81b0703c6a7dc7611dcc9 (commit)
      from  1878ee1e6238755464472ea20e944fdab8fb5f0b (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 7ec5eabeacef86e575e81b0703c6a7dc7611dcc9
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jun 29 10:16:42 2016 -0700

    deprecate welcome_msgnum / svc_acct_welcome_exclude, RT#71525

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index a2475c9..fc1253f 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2497,14 +2497,14 @@ and customer address. Include units.',
 
   {
     'key'         => 'welcome_msgnum',
-    'section'     => 'notification',
+    'section'     => 'deprecated',
     'description' => 'Deprecated; use a billing event instead.  Used to be the template to use for welcome messages when a svc_acct record is created.',
     %msg_template_options,
   },
   
   {
     'key'         => 'svc_acct_welcome_exclude',
-    'section'     => 'notification',
+    'section'     => 'deprecated',
     'description' => 'Deprecated; use a billing event instead.  A list of svc_acct services for which no welcome email is to be sent.',
     'type'        => 'select-part_svc',
     'multiple'    => 1,

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

Summary of changes:
 FS/FS/Conf.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list