From 48357343374a94c4a02ad4ec2939b5061fa6567a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 27 Apr 2017 16:46:11 -0700 Subject: email referring customers on cancellation, RT#75756 --- FS/FS/Conf.pm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'FS/FS/Conf.pm') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9a9b562..d26da0b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2444,6 +2444,21 @@ and customer address. Include units.', }, { + 'key' => 'cancel_msgnum-referring_cust-pkg_class', + 'section' => 'cancellation', + 'description' => 'Enable cancellation messages to the referring customer for these package classes.', + 'type' => 'select-pkg_class', + 'multiple' => 1, + }, + + { + 'key' => 'cancel_msgnum-referring_cust', + 'section' => 'cancellation', + 'description' => 'Template to use for cancellation emails sent to the referring customer.', + %msg_template_options, + }, + + { 'key' => 'require_cardname', 'section' => 'credit_cards', 'description' => 'Require an "Exact name on card" to be entered explicitly; don\'t default to using the first and last name.', -- cgit v1.1