fix "tax credited" links on tax report for the taxclass + not taxclass in same region...
authorivan <ivan>
Fri, 16 Dec 2011 05:12:00 +0000 (05:12 +0000)
committerivan <ivan>
Fri, 16 Dec 2011 05:12:00 +0000 (05:12 +0000)
httemplate/search/cust_credit_bill_pkg.html

index 622d1cf..fef295e 100644 (file)
@@ -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 )) {