threshold usage email should not be sent to svc_acct->email
[freeside.git] / FS / FS / svc_acct.pm
index aec1f0c..dad60f8 100644 (file)
@@ -2406,7 +2406,6 @@ sub reached_threshold {
 
       my $to = join(', ', grep { $_ !~ /^(POST|FAX)$/ } 
                                $cust_main->invoicing_list,
-                               $svc_acct->email,
                                ($opt{'to'} ? $opt{'to'} : ())
                    );