From bbe372377aa99c4ac4d80962c694f1c0c4c4deef Mon Sep 17 00:00:00 2001 From: Developer01 Date: Fri, 5 Dec 2025 14:04:32 +0100 Subject: [PATCH] ZFInterface --- Interfaces/ZUGFeRDInterface.vb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Interfaces/ZUGFeRDInterface.vb b/Interfaces/ZUGFeRDInterface.vb index b3e91f65..5278d344 100644 --- a/Interfaces/ZUGFeRDInterface.vb +++ b/Interfaces/ZUGFeRDInterface.vb @@ -288,7 +288,8 @@ Public Class ZUGFeRDInterface ' Extract XML attachments only! Dim oFiles = oEmbedExtractor.Extract(pPath, New List(Of String) From {"xml"}) If Validate Then - Return _Validator.ValidateZUGFeRDDocument(HandleEmbeddedFiles(oFiles)) + Dim oZugferdResult = HandleEmbeddedFiles(oFiles) + Return _Validator.ValidateZUGFeRDDocument(oZugferdResult) Else ' Attachments are in this case the files that are embedded into a pdf file, ' like for example the zugferd-invoice.xml file