[freeside-commits] freeside/FS/FS cust_bill_pkg.pm, 1.56.2.7, 1.56.2.8

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


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

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	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.56.2.7
retrieving revision 1.56.2.8
diff -u -w -d -r1.56.2.7 -r1.56.2.8
--- cust_bill_pkg.pm	15 Nov 2011 19:41:49 -0000	1.56.2.7
+++ cust_bill_pkg.pm	17 Nov 2011 23:24:24 -0000	1.56.2.8
@@ -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