[freeside-commits] freeside/FS/FS cust_bill.pm,1.163.2.1,1.163.2.2

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Apr 4 08:32:17 PDT 2007


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	cust_bill.pm 
Log Message:
squash bug which causes re-email failed events to fail (backport)

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.163.2.1
retrieving revision 1.163.2.2
diff -u -d -r1.163.2.1 -r1.163.2.2
--- cust_bill.pm	1 Mar 2007 17:24:49 -0000	1.163.2.1
+++ cust_bill.pm	4 Apr 2007 15:32:15 -0000	1.163.2.2
@@ -524,7 +524,7 @@
     'subject'   => (($args{'subject'}) ? $args{'subject'} : 'Invoice'),
   );
 
-  if (ref($args{'to'} eq 'ARRAY')) {
+  if (ref($args{'to'}) eq 'ARRAY') {
     $return{'to'} = $args{'to'};
   } else {
     $return{'to'} = [ grep { $_ !~ /^(POST|FAX)$/ }



More information about the freeside-commits mailing list