RT #19271 allow svc_hardware to use send_email export
authorAlex Brelsfoard <alex@freeside.biz>
Wed, 28 Jan 2015 01:09:51 +0000 (20:09 -0500)
committerAlex Brelsfoard <alex@freeside.biz>
Wed, 28 Jan 2015 01:09:51 +0000 (20:09 -0500)
FS/FS/part_export/send_email.pm

index 3e51422..4e22f5b 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,