summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archaeological_finds/forms_treatments.py1
1 files changed, 1 insertions, 0 deletions
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)