From 049d40a0c2dcf815bb6ab6bd2aa72f86a5d7b5ad Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 11 Aug 2025 07:46:08 +1000 Subject: [PATCH] Updated codes --- app/Services/EDocument/Standards/ZugferdEDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/EDocument/Standards/ZugferdEDocument.php b/app/Services/EDocument/Standards/ZugferdEDocument.php index c65c814a0f..5e81624ae1 100644 --- a/app/Services/EDocument/Standards/ZugferdEDocument.php +++ b/app/Services/EDocument/Standards/ZugferdEDocument.php @@ -279,7 +279,7 @@ class ZugferdEDocument extends AbstractService $this->exemption_reason_code = "VATEX-EU-IC"; } else { $this->tax_code = ZugferdDutyTaxFeeCategories::EXEMPT_FROM_TAX; - $this->exemption_reason_code = "VATNOTREG"; + $this->exemption_reason_code = "VATEX-EU-O"; } return $this;