summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-04-27 16:46:11 -0700
committerIvan Kohler <ivan@freeside.biz>2017-04-27 16:46:11 -0700
commit48357343374a94c4a02ad4ec2939b5061fa6567a (patch)
treedf6d6f612ff512b01c305a5896bd0e88236187e2 /FS/FS/Conf.pm
parentfd068873ca79b92bed2b8bdca68d52f4342faeac (diff)
email referring customers on cancellation, RT#75756
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm15
1 files changed, 15 insertions, 0 deletions
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.',