summaryrefslogtreecommitdiff
path: root/FS/FS/TaxEngine
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-09-22 18:17:50 -0700
committerIvan Kohler <ivan@freeside.biz>2017-09-22 18:17:50 -0700
commit545ca1f2611ae0d836ab53947aedafbbd559fce3 (patch)
tree58663d649df03cf38de3281e6da14dd716656f10 /FS/FS/TaxEngine
parent33a8d01e61dacf87044b699c15094c0171b34516 (diff)
tax refactor vs. internal taxation, RT#77679
Diffstat (limited to 'FS/FS/TaxEngine')
-rw-r--r--FS/FS/TaxEngine/internal.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/TaxEngine/internal.pm b/FS/FS/TaxEngine/internal.pm
index dbe9a99..5f5d229 100644
--- a/FS/FS/TaxEngine/internal.pm
+++ b/FS/FS/TaxEngine/internal.pm
@@ -23,7 +23,8 @@ sub add_sale {
my ($self, $cust_bill_pkg) = @_;
my $part_item = $cust_bill_pkg->part_X;
- my $location = $cust_bill_pkg->tax_location;
+ my $location = $cust_bill_pkg->tax_location
+ or return;
my $custnum = $self->{cust_main}->custnum;
push @{ $self->{items} }, $cust_bill_pkg;