summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-04-15 21:58:11 +0000
committerivan <ivan>2011-04-15 21:58:11 +0000
commitdcf0d0c53e2b6b8a1062d2d4064b0722c19ec592 (patch)
tree74f137c1816ddea46b936f2103af40ae0eabcbdf
parent1c3a0f5ffaad50bc06e1d17a418b1f6cbfa0e822 (diff)
link new tax report to cust_credit_bill_pkg for credits, RT#12332
-rw-r--r--httemplate/search/cust_credit_bill_pkg.html2
1 files changed, 1 insertions, 1 deletions
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') ) {