summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorAlex Brelsfoard <alex@freeside.biz>2015-01-27 20:09:51 -0500
committerAlex Brelsfoard <alex@freeside.biz>2015-01-27 20:09:51 -0500
commitd8fdbc2678c40a418b0a33cb0bfc6d18850ca4b1 (patch)
tree0aac6e8d2837cfaa89a514b6209501d539515b8e /FS
parentf4787c50372862c133f7d020a7014f999f4a704a (diff)
RT #19271 allow svc_hardware to use send_email export
Diffstat (limited to '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 3e5142260..4e22f5b64 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,