From: jeff Date: Sun, 8 Apr 2007 00:23:14 +0000 (+0000) Subject: threshold usage email should not be sent to svc_acct->email (backport) X-Git-Tag: freeside_1_7_3rc1~489 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=bd4bb03efba7e1652a2bf5d7dea3834813dc0bc3;p=freeside.git threshold usage email should not be sent to svc_acct->email (backport) --- 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'} : ()) );