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