From: ivan Date: Fri, 15 Apr 2011 21:58:10 +0000 (+0000) Subject: link new tax report to cust_credit_bill_pkg for credits, RT#12332 X-Git-Tag: freeside_2_3_0~383 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3983d5ee6135e5d3f57a111e890bebd22e11da97 link new tax report to cust_credit_bill_pkg for credits, RT#12332 --- 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') ) {