TP-20240927-importfixes #115

Merged
hsh-michaelhoennig merged 33 commits from TP-20240927-importfixes into master 2024-11-21 10:27:36 +01:00
Showing only changes of commit db6e4a7530 - Show all commits

View File

@ -69,7 +69,6 @@ public abstract class BaseOfficeDataImport extends CsvDataImport {
512170, // 11142, partner without contractual contact
511725, // 10764, partner without contractual contact
512177, // 11149, partner without contractual contact
// 512171, // 11143, partner without partner contact -- exception
-1
);
@ -80,6 +79,7 @@ public abstract class BaseOfficeDataImport extends CsvDataImport {
);
private static final Map<Integer, HsOfficePersonType> PERSON_TYPES_BY_CONTACT = Map.of(
90072, HsOfficePersonType.NATURAL_PERSON,
90641, HsOfficePersonType.LEGAL_PERSON,
-1, HsOfficePersonType.LEGAL_PERSON
);