Add third party ownership as an option for object status

This commit is contained in:
Joshua Ramon Enslin 2022-11-29 18:22:19 +01:00
parent f6257838b4
commit abf69a00af
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 2 additions and 1 deletions

2
l18n

@ -1 +1 @@
Subproject commit 6ccd59bb94ed7b0a791ebe4a9fb1423fc763228a
Subproject commit 2305d2c78b71c5ecfdf56815102cbade8d9332ea

View File

@ -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',