summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-04-27 16:46:03 -0700
committerIvan Kohler <ivan@freeside.biz>2017-04-27 16:46:03 -0700
commit8d34fe53ba6c0aaf78cd20e9b5e276cf7d77ca12 (patch)
tree0a800a0aff9a598938b6ba7de877d310ec82678c /FS/FS/Conf.pm
parentfe32569659388d3edbd08fe2b1327ec0005da4f8 (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 50cd14e..714190a 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2428,6 +2428,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.',