[freeside-commits] freeside/FS/FS cust_bill_pkg.pm,1.63,1.64

Ivan,,, ivan at wavetail.420.am
Thu Nov 17 15:24:24 PST 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv27058/FS/FS

Modified Files:
	cust_bill_pkg.pm 
Log Message:
optimize invoice rendering with lots of CDRs, RT#15155

Index: cust_bill_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_pkg.pm,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -w -d -r1.63 -r1.64
--- cust_bill_pkg.pm	15 Nov 2011 19:41:43 -0000	1.63
+++ cust_bill_pkg.pm	17 Nov 2011 23:24:21 -0000	1.64
@@ -470,7 +470,7 @@
 
     my $sql = "SELECT detail FROM cust_bill_pkg_detail ".
               "  WHERE billpkgnum = ". $self->billpkgnum.
-              "    AND ( format IS NULL OR format != 'C' ".
+              "    AND ( format IS NULL OR format != 'C' ) ".
               "  ORDER BY detailnum";
     my $sth = dbh->prepare($sql) or die dbh->errstr;
     $sth->execute or die $sth->errstr;



More information about the freeside-commits mailing list