From 294199bf4b369e83c844c3b3143d0d597d32b669 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 29 Feb 2024 16:40:31 +0100 Subject: ✨ Container - criteria search: index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_warehouse/forms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_warehouse/forms.py') diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py index 68f2fceba..5cfcc2dd1 100644 --- a/archaeological_warehouse/forms.py +++ b/archaeological_warehouse/forms.py @@ -516,6 +516,7 @@ class ContainerSelect(DocumentItemSelect): reference = forms.CharField(label=_("Ref.")) code = forms.CharField(label=_("Code")) old_reference = forms.CharField(label=_("Old reference")) + index = forms.IntegerField(label=_("Index")) comment = forms.CharField(label=_("Comment")) contain_containers = forms.NullBooleanField(label=_("Contain containers")) ## to be rethink: the current request if it has got finds directly inside -- cgit v1.2.3