This commit is contained in:
jstaerk
2025-04-22 11:25:41 +02:00
parent 443183e928
commit 9b0f514135
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
- #819 - #819
- #458 - #458
- #788 - #788
- - #790
2.16.4 2.16.4
======= =======
2025-04-19 2025-04-19

View File

@@ -54,7 +54,7 @@ public class LegalOrganisation implements IZUGFeRDLegalOrganisation {
this.setSchemedID(gid); this.setSchemedID(gid);
} }
} }
if (currentItemNode.getLocalName().equals("TradingBusinessName")) { if ((currentItemNode.getLocalName().equals("TradingBusinessName")) && (currentItemNode.getFirstChild() != null)) {
setTradingBusinessName(currentItemNode.getFirstChild().getNodeValue()); setTradingBusinessName(currentItemNode.getFirstChild().getNodeValue());
} }
} }