[freeside-commits] freeside/FS/FS cust_bill.pm,1.165,1.166
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Apr 4 08:30:36 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv344
Modified Files:
cust_bill.pm
Log Message:
squash bug which causes re-email failed events to fail
Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- cust_bill.pm 27 Feb 2007 01:48:06 -0000 1.165
+++ cust_bill.pm 4 Apr 2007 15:30:34 -0000 1.166
@@ -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