From 8ae74490bd9b2759f55b152f9de5de9f00d2b0a4 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 29 Jun 2023 14:02:02 +1000 Subject: [PATCH] Fixes for tax calculations --- app/DataMapper/Tax/US/Rule.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/DataMapper/Tax/US/Rule.php b/app/DataMapper/Tax/US/Rule.php index 497585a5bef5..469d16c74a6f 100644 --- a/app/DataMapper/Tax/US/Rule.php +++ b/app/DataMapper/Tax/US/Rule.php @@ -48,7 +48,6 @@ class Rule extends BaseRule implements RuleInterface { $this->tax_rate1 = $item->tax_rate1; - $this->tax_name1 = $item->tax_name1; return $this;