diff options
author | ivan <ivan> | 2011-04-15 21:58:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-15 21:58:10 +0000 |
commit | 3983d5ee6135e5d3f57a111e890bebd22e11da97 (patch) | |
tree | 4cdea2bdec028f25f8ecfcd77e559355742b0989 /httemplate/search | |
parent | 38919d1e68a62afea9cc9ae23b28957ea7a7987d (diff) |
link new tax report to cust_credit_bill_pkg for credits, RT#12332
Diffstat (limited to 'httemplate/search')
-rw-r--r-- | httemplate/search/cust_credit_bill_pkg.html | 2 |
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') ) { |