closes #790
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
- #819
|
- #819
|
||||||
- #458
|
- #458
|
||||||
- #788
|
- #788
|
||||||
-
|
- #790
|
||||||
2.16.4
|
2.16.4
|
||||||
=======
|
=======
|
||||||
2025-04-19
|
2025-04-19
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ public class LegalOrganisation implements IZUGFeRDLegalOrganisation {
|
|||||||
|
|
||||||
public LegalOrganisation(SchemedID schemedID, String tradingBusinessName) {
|
public LegalOrganisation(SchemedID schemedID, String tradingBusinessName) {
|
||||||
this.schemedID = schemedID;
|
this.schemedID = schemedID;
|
||||||
this.tradingBusinessName=tradingBusinessName;
|
this.tradingBusinessName = tradingBusinessName;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***
|
/***
|
||||||
@@ -54,8 +54,8 @@ 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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user