From: ivan Date: Fri, 16 Dec 2011 05:12:01 +0000 (+0000) Subject: fix "tax credited" links on tax report for the taxclass + not taxclass in same region... X-Git-Tag: freeside_2_3_1~77 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=bbe932f2b25d9b031ef51fcb55a9c667986d0a84;hp=980123f76a0d19a7e875c6655c4912d7ea239446 fix "tax credited" links on tax report for the taxclass + not taxclass in same region case, RT#15469 --- diff --git a/httemplate/search/cust_credit_bill_pkg.html b/httemplate/search/cust_credit_bill_pkg.html index 622d1cfb4..fef295e62 100644 --- a/httemplate/search/cust_credit_bill_pkg.html +++ b/httemplate/search/cust_credit_bill_pkg.html @@ -264,7 +264,10 @@ if ( $cgi->param('out') ) { #warn "neither nottax nor istax parameters specified"; } - if ( $cgi->param('taxclassNULL') ) { + if ( $cgi->param('taxclassNULL') + && ! $cgi->param('istax') #no taxclass in this case + ) + { my %hash = ( 'country' => scalar($cgi->param('country')) ); foreach (qw( state county )) {