[freeside-commits] freeside/FS/FS svc_acct.pm,1.217.2.2,1.217.2.3

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


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	svc_acct.pm 
Log Message:
threshold usage email should not be sent to svc_acct->email (backport)

Index: svc_acct.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_acct.pm,v
retrieving revision 1.217.2.2
retrieving revision 1.217.2.3
diff -u -d -r1.217.2.2 -r1.217.2.3
--- svc_acct.pm	28 Mar 2007 03:59:08 -0000	1.217.2.2
+++ svc_acct.pm	8 Apr 2007 00:23:14 -0000	1.217.2.3
@@ -2238,7 +2238,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