X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_pkg.pm;h=d87e1374444ae7147a8b55d6a4ab31881f196d1e;hb=90459fc5f9ea38ca9228bbe432792ca123ecd187;hp=4fe64debb5dc55261a505f450d57178ac53dcc7c;hpb=6816a23d70984027517d33d6eb0ccd49ddd57704;p=freeside.git diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index 4fe64debb..d87e13744 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -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;