You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon further investigation: the problem was caused by commit 5d741586 (2024-12-24 14:29 by cs), that added a line to Invoice.setCorrection: addInvoiceReferencedDocument ...
When generating XML files with the Mustangproject v2.16.2 and using
setCorrection
on the invoice, I get an invalid XML.A Java fragment:
Excerpt from the generated XML file (the element
InvoiceReferencedDocument
appears twice with the same contents):The XML is generated like this:
I'm using Java-22, but the problem is present with Java-21 (LTS), too.
The text was updated successfully, but these errors were encountered: