From bd4bb03efba7e1652a2bf5d7dea3834813dc0bc3 Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 8 Apr 2007 00:23:14 +0000 Subject: [PATCH] threshold usage email should not be sent to svc_acct->email (backport) --- FS/FS/svc_acct.pm | 1 - 1 file changed, 1 deletion(-) 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'} : ()) ); -- 2.20.1