diff options
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index fa5abce22..81a8a8ecb 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -3029,9 +3029,9 @@ class AdministrativeAct(DocumentItem, BaseHistorizedItem, OwnPerms, ValueGetter, pgettext_lazy("key for text search", "treatment-name"), "treatment__label__icontains", ), - "treatment__other_reference": SearchAltName( + "treatment__reference": SearchAltName( pgettext_lazy("key for text search", "treatment-reference"), - "treatment__other_reference__icontains", + "treatment__reference__icontains", ), "treatment__year": SearchAltName( pgettext_lazy("key for text search", "treatment-year"), "treatment__year" |