diff options
| -rw-r--r-- | httemplate/search/cust_credit_bill_pkg.html | 5 | 
1 files changed, 4 insertions, 1 deletions
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 )) {  | 
