enable CCH update to remove tax classes, #30670
[freeside.git] / FS / FS / cust_bill_pkg.pm
index 689d6c6..78b8b0f 100644 (file)
@@ -1242,7 +1242,8 @@ sub upgrade_tax_location {
         next INVOICE;
       }
     }
-    my $exempt_cust = 1 if $h_cust_main->tax;
+    my $exempt_cust;
+    $exempt_cust = 1 if $h_cust_main->tax;
 
     # classify line items
     my @tax_items;