From 7525249de45eb43effae9d149c620966328eb36a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 6 May 2026 17:19:44 +0200 Subject: ✨ container criteria search - operation name 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 77092b239..ab0f43c58 100644 --- a/archaeological_warehouse/forms.py +++ b/archaeological_warehouse/forms.py @@ -566,6 +566,7 @@ class ContainerSelect(DocumentItemSelect): code_patriarche = forms.IntegerField( label=_("Operation - Code PATRIARCHE"), widget=OAWidget ) + operation_name = forms.CharField(label=_("Operation - name")) operation_town = get_town_field(label=_("Operation - town")) operation_scientist = forms.IntegerField( widget=widgets.JQueryAutoComplete( -- cgit v1.2.3