corrected merge errors
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user