disable quotations without fully-qualifying all other searches, RT#20688, RT#22232
[freeside.git] / FS / FS / cust_bill_pkg.pm
index 4fe64de..d87e137 100644 (file)
@@ -1266,7 +1266,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;