FS RT #27189 - only printing 'each' if package quantity > 1 ; removed now-obsolete...
[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;