X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fpart_export%2Fsend_email.pm;h=9afc254b831eb3811eb33e32ff4de1470a9e9522;hb=412bc43b866761bbdf5db3833960ebe6db1cac18;hp=537a562bb2c63ed4dff81e809700a8a39b30b626;hpb=315ffb86414145b95f2541db8f9d89c1f7e71e3f;p=freeside.git 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,