[freeside-commits] freeside/FS/FS svc_acct.pm,1.222,1.223

Jeff Finucane,420,, jeff at wavetail.420.am
Sat Apr 7 17:22:15 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv25349

Modified Files:
	svc_acct.pm 
Log Message:
threshold usage email should not be sent to svc_acct->email

Index: svc_acct.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_acct.pm,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- svc_acct.pm	28 Mar 2007 03:59:07 -0000	1.222
+++ svc_acct.pm	8 Apr 2007 00:22:13 -0000	1.223
@@ -2406,7 +2406,6 @@
 
       my $to = join(', ', grep { $_ !~ /^(POST|FAX)$/ } 
                                $cust_main->invoicing_list,
-                               $svc_acct->email,
                                ($opt{'to'} ? $opt{'to'} : ())
                    );
 



More information about the freeside-commits mailing list