UBL updates : adding back the sender.description
This commit is contained in:
@@ -199,6 +199,9 @@ public class TradeParty implements IZUGFeRDExportableTradeParty {
|
|||||||
}
|
}
|
||||||
lo.setTradingBusinessName(legal.item(legalChildIndex).getTextContent());
|
lo.setTradingBusinessName(legal.item(legalChildIndex).getTextContent());
|
||||||
}
|
}
|
||||||
|
if (legal.item(legalChildIndex).getLocalName().equals("CompanyLegalForm")) {
|
||||||
|
setDescription(legal.item(legalChildIndex).getTextContent());
|
||||||
|
}
|
||||||
if (legal.item(legalChildIndex).getLocalName().equals("CompanyID")) {
|
if (legal.item(legalChildIndex).getLocalName().equals("CompanyID")) {
|
||||||
if (lo == null) {
|
if (lo == null) {
|
||||||
lo = new LegalOrganisation();
|
lo = new LegalOrganisation();
|
||||||
|
|||||||
Reference in New Issue
Block a user