threshold usage email should not be sent to svc_acct->email
authorjeff <jeff>
Sun, 8 Apr 2007 00:22:13 +0000 (00:22 +0000)
committerjeff <jeff>
Sun, 8 Apr 2007 00:22:13 +0000 (00:22 +0000)
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'} : ())
                    );