From 6a6295a6da63a875192e497ac8e09ec616da95e5 Mon Sep 17 00:00:00 2001 From: jeff Date: Sun, 8 Apr 2007 00:22:13 +0000 Subject: [PATCH] threshold usage email should not be sent to svc_acct->email --- 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 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'} : ()) ); -- 2.11.0