From 0cd1d24a2a4a9a46b6cc6c2127a11aae0318c64d Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 6 Jun 2023 23:03:43 +0200 Subject: [PATCH] Add further mapping for ownership status --- src/MDConcOwnershipStatus.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MDConcOwnershipStatus.php b/src/MDConcOwnershipStatus.php index 985da33..bc7c14a 100644 --- a/src/MDConcOwnershipStatus.php +++ b/src/MDConcOwnershipStatus.php @@ -15,6 +15,7 @@ final class MDConcOwnershipStatus implements MDImporterConcordanceListInterface // 0: No known entry type "Geschenk" => "owned", + "Dauerleihe" => "permanent_loan", "Dauerleihgabe" => "permanent_loan", "Kauf" => "owned", "Fund" => "owned",