From: Ivan Kohler Date: Wed, 29 Jun 2016 17:16:42 +0000 (-0700) Subject: deprecate welcome_msgnum / svc_acct_welcome_exclude, RT#71525 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7ec5eabeacef86e575e81b0703c6a7dc7611dcc9 deprecate welcome_msgnum / svc_acct_welcome_exclude, RT#71525 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a2475c9f0..fc1253ff8 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,