threshold usage email should not be sent to svc_acct->email (backport)
authorjeff <jeff>
Sun, 8 Apr 2007 00:23:14 +0000 (00:23 +0000)
committerjeff <jeff>
Sun, 8 Apr 2007 00:23:14 +0000 (00:23 +0000)
FS/FS/svc_acct.pm

index e14b1a8..920b6b8 100644 (file)
@@ -2238,7 +2238,6 @@ sub reached_threshold {
 
       my $to = join(', ', grep { $_ !~ /^(POST|FAX)$/ } 
                                $cust_main->invoicing_list,
-                               $svc_acct->email,
                                ($opt{'to'} ? $opt{'to'} : ())
                    );