corrected merge errors

This commit is contained in:
jstaerk
2024-10-09 14:14:50 +02:00
parent f624a02f90
commit 19509dd445

View File

@@ -232,7 +232,7 @@ public class ZUGFeRDImporter extends ZUGFeRDInvoiceImporter {
String id = null; String id = null;
if ((importedInvoice.getRecipient()!=null) && (importedInvoice.getRecipient().getLegalOrganisation()!=null)) { if ((importedInvoice.getRecipient()!=null) && (importedInvoice.getRecipient().getLegalOrganisation()!=null)) {
// this *should* be the official result // this *should* be the official result
id = importedInvoice.getRecipient().getLegalOrganisation().getID(); id = importedInvoice.getRecipient().getLegalOrganisation().getSchemedID().getID();
} }
// but also provide some fallback // but also provide some fallback
if (id == null) { if (id == null) {