import doc level allowance charges

This commit is contained in:
jstaerk
2024-11-23 16:39:58 +01:00
parent a1dc8e5b31
commit 5d0e342144
2 changed files with 25 additions and 18 deletions

View File

@@ -407,6 +407,7 @@ this would test if for all elements/attributes
invoiceUBL = zii.extractInvoice();
try {
zii.ignoreCalculationErrors=true;
zii.fromXML(new String(Files.readAllBytes(inputUBL.toPath()), StandardCharsets.UTF_8));
} catch (IOException e) {