summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-10 16:55:21 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-10 18:23:34 +0100
commit4f2c8b7d8564d3f4bf59d437a79e86a7a81c88e2 (patch)
tree06bf4f465d02bcb5fe7a7b281fbd4b12c9c967fb /archaeological_warehouse/forms.py
parent9b3f2e0d6523958742256840266119395af860c3 (diff)
downloadIshtar-4f2c8b7d8564d3f4bf59d437a79e86a7a81c88e2.tar.bz2
Ishtar-4f2c8b7d8564d3f4bf59d437a79e86a7a81c88e2.zip
✨ sheet account: display attached items (refs #6208)
Diffstat (limited to 'archaeological_warehouse/forms.py')
-rw-r--r--archaeological_warehouse/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py
index b100c72bc..9a740057f 100644
--- a/archaeological_warehouse/forms.py
+++ b/archaeological_warehouse/forms.py
@@ -70,9 +70,9 @@ from ishtar_common.forms import (
FormSet,
CustomForm,
FieldType,
+ HistorySelect,
DocumentItemSelect,
FormHeader,
- TableSelect,
CustomFormSearch,
MultiSearchForm,
LockForm,
@@ -138,7 +138,7 @@ SelectedDivisionFormset.form_admin_name = _("Warehouse - 020 - Divisions")
SelectedDivisionFormset.form_slug = "warehouse-020-divisions"
-class WarehouseSelect(CustomForm, TableSelect):
+class WarehouseSelect(HistorySelect):
_model = models.Warehouse
form_admin_name = _("Warehouse - 001 - Search")
form_slug = "warehouse-001-search"