diff --git a/app/Services/EDocument/Standards/ZugferdEDocument.php b/app/Services/EDocument/Standards/ZugferdEDocument.php index e1d5e0f7f6..3d904f3ec6 100644 --- a/app/Services/EDocument/Standards/ZugferdEDocument.php +++ b/app/Services/EDocument/Standards/ZugferdEDocument.php @@ -272,6 +272,10 @@ class ZugferdEDocument extends AbstractService $this->tax_code = ZugferdDutyTaxFeeCategories::VAT_EXEMPT_FOR_EEA_INTRACOMMUNITY_SUPPLY_OF_GOODS_AND_SERVICES; $this->exemption_reason_code = "VATEX-EU-IC"; } + else { + $this->tax_code = ZugferdDutyTaxFeeCategories::EXEMPT_FROM_TAX; + $this->exemption_reason_code = "VATNOTREG"; + } return $this;