[freeside-commits]
freeside/httemplate/search cust_bill_pkg.cgi, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Sat Dec 24 18:31:11 PST 2005
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv16470
Modified Files:
cust_bill_pkg.cgi
Log Message:
fixup new line item report brainfart
Index: cust_bill_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill_pkg.cgi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cust_bill_pkg.cgi 22 Dec 2005 04:01:16 -0000 1.1
+++ cust_bill_pkg.cgi 25 Dec 2005 02:31:09 -0000 1.2
@@ -79,7 +79,7 @@
"SELECT COUNT(*), SUM(cust_bill_pkg.setup + cust_bill_pkg.recur)";
}
-$count_query += " FROM cust_bill_pkg $join_cust $join_pkg $where";
+$count_query .= " FROM cust_bill_pkg $join_cust $join_pkg $where";
my $query = {
'table' => 'cust_bill_pkg',
More information about the freeside-commits
mailing list