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;