summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-08 00:23:14 +0000
committerjeff <jeff>2007-04-08 00:23:14 +0000
commitbd4bb03efba7e1652a2bf5d7dea3834813dc0bc3 (patch)
treee40f73da3b64cfc377b6d79e1f69ea5837bd5ac5 /FS
parent03dd706eeb32ffdbde752f60d0d1987092b0a598 (diff)
threshold usage email should not be sent to svc_acct->email (backport)
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/svc_acct.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index e14b1a83c..920b6b869 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -2238,7 +2238,6 @@ sub reached_threshold {
my $to = join(', ', grep { $_ !~ /^(POST|FAX)$/ }
$cust_main->invoicing_list,
- $svc_acct->email,
($opt{'to'} ? $opt{'to'} : ())
);