summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorAlex Brelsfoard <alex@freeside.biz>2015-01-27 16:56:04 -0500
committerAlex Brelsfoard <alex@freeside.biz>2015-01-27 16:56:04 -0500
commit412bc43b866761bbdf5db3833960ebe6db1cac18 (patch)
treef9266d14a31db68904a903e4334e64b873b71875 /FS/FS
parent315ffb86414145b95f2541db8f9d89c1f7e71e3f (diff)
RT #19271 allow svc_hardware to use send_email export
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/part_export/send_email.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/send_email.pm b/FS/FS/part_export/send_email.pm
index 537a562..9afc254 100644
--- a/FS/FS/part_export/send_email.pm
+++ b/FS/FS/part_export/send_email.pm
@@ -80,7 +80,7 @@ tie my %options, 'Tie::IxHash', (
);
%info = (
- 'svc' => [qw( svc_acct svc_broadband svc_phone svc_domain )],
+ 'svc' => [qw( svc_acct svc_hardware svc_broadband svc_phone svc_domain )],
'desc' =>
'Send an email message',
'options' => \%options,