From 412bc43b866761bbdf5db3833960ebe6db1cac18 Mon Sep 17 00:00:00 2001 From: Alex Brelsfoard Date: Tue, 27 Jan 2015 16:56:04 -0500 Subject: [PATCH] RT #19271 allow svc_hardware to use send_email export --- FS/FS/part_export/send_email.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/send_email.pm b/FS/FS/part_export/send_email.pm index 537a562bb..9afc254b8 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, -- 2.11.0