X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_pkg.pm;h=78b8b0fb344ddf9108bbe7fa44bd6aaeda766a45;hb=d353c1f9bbfee93e96219851af27a78f56837c50;hp=689d6c607f604bb5dffacac760c5d366e62d1d74;hpb=15c1f19f13159664062bfd0cde07f9f117a5fca6;p=freeside.git diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index 689d6c607..78b8b0fb3 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -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;