summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-06-29 10:15:19 -0700
committerIvan Kohler <ivan@freeside.biz>2016-06-29 10:15:19 -0700
commitbd54307026af7279fee530c08494b12b02b277e1 (patch)
treeee6ac55ee6bfd8feadc7592fdf8b7bce71bf8e88 /FS/FS/Conf.pm
parentdf314031539df43901702047519bade0d4458777 (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 7d90c2f..5170fb8 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2498,14 +2498,14 @@ and customer address. Include units.',
{
'key' => 'welcome_msgnum',
'section' => 'notification',
- 'description' => 'Template to use for welcome messages when a svc_acct record is created.',
+ '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',
- 'description' => 'A list of svc_acct services for which no welcome email is to be sent.',
+ '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,
},