import: exclude exceptions

This commit is contained in:
Timotheus Pokorra 2024-11-15 09:35:26 +01:00 committed by Dev und Test fuer hsadminng
parent 4d7b6ca8ab
commit 3eafbabc3d

View File

@ -65,16 +65,10 @@ public abstract class BaseOfficeDataImport extends CsvDataImport {
static int relationId = INITIAL_RELATION_ID;
private static final List<Integer> IGNORE_BUSINESS_PARTNERS = Arrays.asList(
512167, // 11139, partner without contractual contact
512170, // 11142, partner without contractual contact
511725, // 10764, partner without contractual contact
512177, // 11149, partner without contractual contact
-1
);
private static final List<Integer> IGNORE_CONTACTS = Arrays.asList(
90547, // Kontakt hat keine Rolle
90312, // es gibt bereits einen partner Contact
-1
);