summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-06-29 10:16:43 -0700
committerIvan Kohler <ivan@freeside.biz>2016-06-29 10:16:43 -0700
commit2b85c158998f5912e605ddc5fd4b32ca68f6540e (patch)
treeaed4369d8b4625f72c3a793740e8e7570d0f4e5f /FS/FS/Conf.pm
parentbd54307026af7279fee530c08494b12b02b277e1 (diff)
deprecate welcome_msgnum / svc_acct_welcome_exclude, RT#71525
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 5170fb8..80b2926 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,