Add third party ownership as an option for object status

This commit is contained in:
2022-11-29 18:22:19 +01:00
parent f6257838b4
commit abf69a00af
2 changed files with 2 additions and 1 deletions

2
l18n

Submodule l18n updated: 6ccd59bb94...2305d2c78b

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