X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=a2475c9f0b0a99eeadb9bb343e076382d2b3e6e9;hp=bc2d48f63b4ea170459a8cad93ecc91ca59863bf;hb=1878ee1e6238755464472ea20e944fdab8fb5f0b;hpb=4ce5e00fd7221feafc994694bac889dcc12323df diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index bc2d48f63..a2475c9f0 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, },