From 7425ac6cb4b08a2933805b0de4594a2efbeacb32 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 2 Sep 2020 08:38:11 +0200 Subject: Search - criteria: "has finds" for operation and context record search --- archaeological_context_records/forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_context_records/forms.py') diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index 91c2fdf63..19df6aecc 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -133,6 +133,7 @@ class RecordSelect(DocumentItemSelect, PeriodSelect): label=_(u"Search within related operations"), choices=[]) unit = forms.ChoiceField(label=_(u"Unit type"), choices=[]) parcel = forms.CharField(label=_(u"Parcel")) + has_finds = forms.NullBooleanField(label=_("Has finds")) cr_relation_types = forms.ChoiceField( label=_(u"Search within relations"), choices=[]) -- cgit v1.2.3