X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=90b5d2985c619957947c006ef365728e43c921b2;hp=1d4a85a57c7d0ba775616612d6c3bb8a6998be3a;hb=1e64160a779e96d84c5db648622dee4f88f34215;hpb=75158a0c8516d4344b9c3796de33710480961b21 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1d4a85a57..90b5d2985 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2564,11 +2564,17 @@ and customer address. Include units.', 'description' => 'Template to use for welcome messages when a svc_acct record is created.', %msg_template_options, }, - + + { 'key' => 'svc_acct_welcome_letter', + 'section' => 'notification', + 'description' => 'Optional LaTex template for a printed welcome letter when a svc_acct record is created. Fields from the customer and svc_acct records are available for substitution.', + 'type' => 'textarea', + }, + { 'key' => 'svc_acct_welcome_exclude', 'section' => 'notification', - 'description' => 'A list of svc_acct services for which no welcome email is to be sent.', + 'description' => 'A list of svc_acct services for which no welcome email or letter is to be sent.', 'type' => 'select-part_svc', 'multiple' => 1, },