diff options
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 |