From d7ce01f97015fcbfac09d1cc7669d1e8ecd84eed Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 5 Jun 2019 17:34:12 +0200 Subject: Search: manage many is empty request - Add is empty - no ref find for container search --- archaeological_warehouse/forms.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_warehouse/forms.py') diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py index e25161fef..1a1b2df1b 100644 --- a/archaeological_warehouse/forms.py +++ b/archaeological_warehouse/forms.py @@ -302,6 +302,8 @@ class ContainerSelect(HistorySelect): reference = forms.CharField(label=_(u"Ref.")) old_reference = forms.CharField(label=_(u"Old reference")) comment = forms.CharField(label=_(u"Comment")) + no_finds = forms.NullBooleanField(label=_(u"No associated finds")) + empty = forms.NullBooleanField(label=_(u"Currently empty")) archaeological_sites = forms.IntegerField( label=_("Archaeological site (attached to the operation)"), -- cgit v1.2.3