summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-08-16 10:55:56 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-06-12 13:45:43 -0400
commit91681d4c4832030a86e8565d7ec2c46c94eebc8d (patch)
tree4ea3db78c3dda8344ca169a82fd1b3e5c7be16ca /FS/FS/Conf.pm
parent42b35cdaeb0643630eda0513556a8e668fbcb8e2 (diff)
RT# 73964 - Added biling event action to send an email to phone nunber, and updated email a notice to customer to allow emailing to phone number for email_to_voice service.
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 5c55d2e..604d0ca 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -929,6 +929,14 @@ my $validate_email = sub { $_[0] =~
},
{
+ 'key' => 'send-to-domain',
+ 'section' => 'email_to_voice_services',
+ 'description' => 'The Domain to send email to voice to',
+ 'type' => 'text',
+ 'per_agent' => 1,
+ },
+
+ {
'key' => 'next-bill-ignore-time',
'section' => 'billing',
'description' => 'Ignore the time portion of next bill dates when billing, matching anything from 00:00:00 to 23:59:59 on the billing day.',