diff options
author | ivan <ivan> | 2005-12-25 02:31:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-12-25 02:31:09 +0000 |
commit | 75e7d0189cb306f8ea01c4961f1e3cd02cd92675 (patch) | |
tree | 4cfac6b8ed255dedfa45863f2438f5ecec0cece3 /httemplate | |
parent | 9cbacc11da67edfe35756d569f7797dc0d3fed36 (diff) |
fixup new line item report brainfart
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/search/cust_bill_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index 875cbc3ac..f84293a9d 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', |