X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fsend_email.pm;h=a54fa16006bc29a33353bc6de3e9e8af27549598;hb=c2dbe36096332d1e09bc58d7d9903e05247f0c9b;hp=9afc254b831eb3811eb33e32ff4de1470a9e9522;hpb=412bc43b866761bbdf5db3833960ebe6db1cac18;p=freeside.git diff --git a/FS/FS/part_export/send_email.pm b/FS/FS/part_export/send_email.pm index 9afc254b8..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_hardware 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,