RT #19271 allow svc_hardware to use send_email export
authorAlex Brelsfoard <alex@freeside.biz>
Tue, 27 Jan 2015 21:56:04 +0000 (16:56 -0500)
committerAlex Brelsfoard <alex@freeside.biz>
Tue, 27 Jan 2015 21:56:04 +0000 (16:56 -0500)
FS/FS/part_export/send_email.pm

index 537a562..9afc254 100644 (file)
@@ -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,