X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=f6b557f5c7e2a5fbc180debdc519eba3833ccb96;hp=b5d4be69f8135123c7f5b54c02cf72d7ce5ef92f;hb=fe30e0938366ea9524ccbdffbfb63b0950233880;hpb=f5f536b45cbe97c82961fbb8a22ddb53d1f663fc diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index b5d4be69f..f6b557f5c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2595,11 +2595,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, },