fix: company condition fix, added company field
(cherry picked from commit 7ad2717acc)
This commit is contained in:
@@ -159,7 +159,7 @@ def set_sales_tax(doc, method):
|
||||
if not TAXJAR_CALCULATE_TAX:
|
||||
return
|
||||
|
||||
if get_region(doc.company):
|
||||
if get_region(doc.company) != 'United States':
|
||||
return
|
||||
|
||||
if not doc.items:
|
||||
|
||||
Reference in New Issue
Block a user