From 74b1cab9f4b7b6ede710b2dcd0948729ebfc3784 Mon Sep 17 00:00:00 2001 From: Kilian Seizinger <56249171+pri-kise@users.noreply.github.com> Date: Thu, 26 Feb 2026 11:07:17 +0100 Subject: [PATCH] Change file name from factur-x.xml to xrechnung.xml --- .../app/src/ZUGFeRD/ExportZUGFeRDDocument.Codeunit.al | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/DE/EDocumentDE/app/src/ZUGFeRD/ExportZUGFeRDDocument.Codeunit.al b/Apps/DE/EDocumentDE/app/src/ZUGFeRD/ExportZUGFeRDDocument.Codeunit.al index 7357b0168d..49256d1d8c 100644 --- a/Apps/DE/EDocumentDE/app/src/ZUGFeRD/ExportZUGFeRDDocument.Codeunit.al +++ b/Apps/DE/EDocumentDE/app/src/ZUGFeRD/ExportZUGFeRDDocument.Codeunit.al @@ -145,7 +145,7 @@ codeunit 13917 "Export ZUGFeRD Document" DescriptionLbl: Label 'This is the e-invoicing xml document'; begin PDFDocument.Initialize(); - Name := 'factur-x.xml'; + Name := 'xrechnung.xml'; DataType := Enum::"PDF Attach. Data Relationship"::Alternative; MimeType := 'text/xml'; Description := DescriptionLbl;