summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/send_email.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_export/send_email.pm')
-rw-r--r--FS/FS/part_export/send_email.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/part_export/send_email.pm b/FS/FS/part_export/send_email.pm
index 9afc254..a54fa16 100644
--- a/FS/FS/part_export/send_email.pm
+++ b/FS/FS/part_export/send_email.pm
@@ -80,7 +80,9 @@ tie my %options, 'Tie::IxHash', (
);
%info = (
- 'svc' => [qw( svc_acct svc_hardware svc_broadband svc_phone svc_domain )],
+ 'svc' => [qw( svc_acct svc_hardware svc_broadband svc_phone svc_domain
+ svc_dsl svc_circuit svc_fiber
+ )],
'desc' =>
'Send an email message',
'options' => \%options,