closes #658
This commit is contained in:
@@ -114,8 +114,10 @@ public class Contact implements IZUGFeRDExportableContact {
|
||||
if (currentItemNode.getLocalName() != null) {
|
||||
|
||||
if (currentItemNode.getLocalName().equals("PersonName")/*CII*/||currentItemNode.getLocalName().equals("Name")/*UBL*/) {
|
||||
if (currentItemNode.getFirstChild()!=null) {
|
||||
setName(currentItemNode.getFirstChild().getNodeValue());
|
||||
}
|
||||
}
|
||||
if (currentItemNode.getLocalName().equals("TelephoneUniversalCommunication")) { /*CII*/
|
||||
NodeList tel = currentItemNode.getChildNodes();
|
||||
for (int telChildIndex = 0; telChildIndex < tel.getLength(); telChildIndex++) {
|
||||
|
||||
Reference in New Issue
Block a user