X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=07042e5fdfd11692e9ff57b66f43dc7cda52efa1;hb=adc8618023c553aaa81bdd7acd25dc86d8867eb4;hp=8d575a6504fabb810e222938e6152d7dad23d399;hpb=01f9e027252b87d21c76b8dad737a761e61bb1f7;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8d575a650..07042e5fd 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1688,6 +1688,14 @@ and customer address. Include units.', }, { + 'key' => 'invoice_pay_by_msg', + 'section' => 'invoicing', + 'description' => 'Test of the "Please pay by (date)" message. Include [_1] to indicate the date, for example: "Please pay by [_1]"', + 'type' => 'text', + 'per_agent' => 1, + }, + + { 'key' => 'invoice_sections', 'section' => 'invoicing', 'description' => 'Split invoice into sections and label according to package category when enabled.', @@ -2598,6 +2606,21 @@ and customer address. Include units.', }, { + 'key' => 'cancel_msgnum-referring_cust-pkg_class', + 'section' => 'notification', + 'description' => 'Enable cancellation messages to the referring customer for these package classes.', + 'type' => 'select-pkg_class', + 'multiple' => 1, + }, + + { + 'key' => 'cancel_msgnum-referring_cust', + 'section' => 'notification', + 'description' => 'Template to use for cancellation emails sent to the referring customer.', + %msg_template_options, + }, + + { 'key' => 'require_cardname', 'section' => 'billing', 'description' => 'Require an "Exact name on card" to be entered explicitly; don\'t default to using the first and last name.',