summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-08 00:22:13 +0000
committerjeff <jeff>2007-04-08 00:22:13 +0000
commit6a6295a6da63a875192e497ac8e09ec616da95e5 (patch)
treec8461ec39a45db671580154cf777e062c38d3795 /FS
parentab02d4756be1fca80ef12ae74f4dda9ee5f01106 (diff)
threshold usage email should not be sent to svc_acct->email
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 aec1f0c1d..dad60f8a5 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -2406,7 +2406,6 @@ sub reached_threshold {
my $to = join(', ', grep { $_ !~ /^(POST|FAX)$/ }
$cust_main->invoicing_list,
- $svc_acct->email,
($opt{'to'} ? $opt{'to'} : ())
);