diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-29 16:40:31 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-29 16:41:45 +0100 |
commit | 294199bf4b369e83c844c3b3143d0d597d32b669 (patch) | |
tree | 73027d279807f34a67dbb57c5f3e12482c32937e /archaeological_warehouse/forms.py | |
parent | 9c8a347be272696003dc19e5128ac29fc78266a2 (diff) | |
download | Ishtar-294199bf4b369e83c844c3b3143d0d597d32b669.tar.bz2 Ishtar-294199bf4b369e83c844c3b3143d0d597d32b669.zip |
✨ Container - criteria search: index
Diffstat (limited to 'archaeological_warehouse/forms.py')
-rw-r--r-- | archaeological_warehouse/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |