From 3983d5ee6135e5d3f57a111e890bebd22e11da97 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 15 Apr 2011 21:58:10 +0000 Subject: [PATCH] link new tax report to cust_credit_bill_pkg for credits, RT#12332 --- httemplate/search/cust_credit_bill_pkg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/cust_credit_bill_pkg.html b/httemplate/search/cust_credit_bill_pkg.html index d20462dea..a73e61c39 100644 --- a/httemplate/search/cust_credit_bill_pkg.html +++ b/httemplate/search/cust_credit_bill_pkg.html @@ -345,7 +345,7 @@ my $join_cust = my $join_pkg; -my $join_cust_bill_pkg = 'LEFT JOIN cust_bill_pkg USING ( billpkgnum '; +my $join_cust_bill_pkg = 'LEFT JOIN cust_bill_pkg USING ( billpkgnum )'; if ( $cgi->param('nottax') ) { -- 2.11.0