From abf69a00afee6757f8bb71610e1d94dd8e177fbe Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 29 Nov 2022 18:22:19 +0100 Subject: [PATCH] Add third party ownership as an option for object status --- l18n | 2 +- src/MDObjectStatusSet.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/l18n b/l18n index 6ccd59b..2305d2c 160000 --- a/l18n +++ b/l18n @@ -1 +1 @@ -Subproject commit 6ccd59bb94ed7b0a791ebe4a9fb1423fc763228a +Subproject commit 2305d2c78b71c5ecfdf56815102cbade8d9332ea diff --git a/src/MDObjectStatusSet.php b/src/MDObjectStatusSet.php index a4ee8e2..c0ea447 100644 --- a/src/MDObjectStatusSet.php +++ b/src/MDObjectStatusSet.php @@ -16,6 +16,7 @@ final class MDObjectStatusSet extends MDValueSet { const OBJECT_STATUS = [ 'owned', 'permanent_loan', + 'third_party_property', 'borrowed', 'to_check_for_gift', 'to_check',