diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-06 17:19:44 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-05-06 17:26:01 +0200 |
| commit | 7525249de45eb43effae9d149c620966328eb36a (patch) | |
| tree | f7f02e336a5a3e12780ffb5462184af980657aaa /archaeological_warehouse/forms.py | |
| parent | 8c534e377ebc3c79e06fa782e8846139043b4d64 (diff) | |
| download | Ishtar-7525249de45eb43effae9d149c620966328eb36a.tar.bz2 Ishtar-7525249de45eb43effae9d149c620966328eb36a.zip | |
✨ container criteria search - operation name
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 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( |
