UBL updates : adding back the sender.description

This commit is contained in:
Bharti
2024-11-27 12:17:18 +01:00
parent 914e8f1a6e
commit c099c9e138

View File

@@ -199,6 +199,9 @@ public class TradeParty implements IZUGFeRDExportableTradeParty {
}
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 (lo == null) {
lo = new LegalOrganisation();