fix: remove check for exempt_from_sales_tax

This commit is contained in:
Raffael Meyer 2020-11-09 19:04:46 +01:00 committed by GitHub
parent 91fdb7aa69
commit 57ce0462d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,7 @@ REQUIRED_FIELDS = {
},
{
"field_name": "taxes",
"regulation": "§ 14 Abs. 4 Nr. 8 UStG",
"condition": "not exempt_from_sales_tax"
"regulation": "§ 14 Abs. 4 Nr. 8 UStG"
},
{
"field_name": "customer_address",