summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-12-25 02:31:09 +0000
committerivan <ivan>2005-12-25 02:31:09 +0000
commit75e7d0189cb306f8ea01c4961f1e3cd02cd92675 (patch)
tree4cfac6b8ed255dedfa45863f2438f5ecec0cece3
parent9cbacc11da67edfe35756d569f7797dc0d3fed36 (diff)
fixup new line item report brainfart
-rw-r--r--httemplate/search/cust_bill_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi
index 875cbc3..f84293a 100644
--- a/httemplate/search/cust_bill_pkg.cgi
+++ b/httemplate/search/cust_bill_pkg.cgi
@@ -79,7 +79,7 @@ if ( $cgi->param('pkg_tax') ) {
"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',