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