From 8f1c8bf1314914384e9f1b0edde4c1b58efe45be Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 25 Feb 2025 15:10:25 +0100 Subject: 🐛 treament search: fix document type search (refs #6198) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/forms_treatments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/archaeological_finds/forms_treatments.py b/archaeological_finds/forms_treatments.py index b4cd973c1..0f25363ee 100644 --- a/archaeological_finds/forms_treatments.py +++ b/archaeological_finds/forms_treatments.py @@ -96,6 +96,7 @@ class TreatmentSelect(DocumentItemSelect): FieldType('input_status', models.TreatmentInputStatus), FieldType('treatment_type', models.TreatmentType), ] + TYPES += DocumentItemSelect.TYPES def __init__(self, *args, **kwargs): super(TreatmentSelect, self).__init__(*args, **kwargs) -- cgit v1.2.3