diff options
author | jeff <jeff> | 2007-04-08 00:23:14 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-04-08 00:23:14 +0000 |
commit | bd4bb03efba7e1652a2bf5d7dea3834813dc0bc3 (patch) | |
tree | e40f73da3b64cfc377b6d79e1f69ea5837bd5ac5 | |
parent | 03dd706eeb32ffdbde752f60d0d1987092b0a598 (diff) |
threshold usage email should not be sent to svc_acct->email (backport)
-rw-r--r-- | FS/FS/svc_acct.pm | 1 |
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'} : ()) ); |