summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-08-30 17:49:23 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:18 +0100
commite4df561285b6fbda6b57477b7fa59ca9168e83e7 (patch)
treee5b754cef2aa2b00739f68dd6ef1bba8f37bef8a /archaeological_warehouse/forms.py
parent44596cec7f75552a823143ce1a416097cc8ee28c (diff)
downloadIshtar-e4df561285b6fbda6b57477b7fa59ca9168e83e7.tar.bz2
Ishtar-e4df561285b6fbda6b57477b7fa59ca9168e83e7.zip
Fix many count search such has "has-finds" (refs #5425)
Diffstat (limited to 'archaeological_warehouse/forms.py')
-rw-r--r--archaeological_warehouse/forms.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py
index 57fc31f4f..e942878a7 100644
--- a/archaeological_warehouse/forms.py
+++ b/archaeological_warehouse/forms.py
@@ -512,7 +512,8 @@ class ContainerSelect(DocumentItemSelect):
old_reference = forms.CharField(label=_("Old reference"))
comment = forms.CharField(label=_("Comment"))
contain_containers = forms.NullBooleanField(label=_("Contain containers"))
- empty = forms.NullBooleanField(label=_("Currently empty"))
+ ## to be rethink: the current request if it has got finds directly inside
+ # empty = forms.NullBooleanField(label=_("Currently empty"))
is_stationary = forms.NullBooleanField(label=_("Is stationary"))
parent = forms.IntegerField(
label=_("Parent container"),