X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_pkg.pm;h=78b8b0fb344ddf9108bbe7fa44bd6aaeda766a45;hp=689d6c607f604bb5dffacac760c5d366e62d1d74;hb=60dc4fe638eb9abc5a3ea92d43031dcbfeb71454;hpb=5ef5203cb6da8e0a8e1f60228b9a9250605f404e 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;