X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fsend_email.pm;h=a54fa16006bc29a33353bc6de3e9e8af27549598;hp=537a562bb2c63ed4dff81e809700a8a39b30b626;hb=HEAD;hpb=b962b3fbfd38f932061329e2872007b3854e8d35 diff --git a/FS/FS/part_export/send_email.pm b/FS/FS/part_export/send_email.pm index 537a562bb..a54fa1600 100644 --- a/FS/FS/part_export/send_email.pm +++ b/FS/FS/part_export/send_email.pm @@ -80,7 +80,9 @@ 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 + svc_dsl svc_circuit svc_fiber + )], 'desc' => 'Send an email message', 'options' => \%options,