From 4f2c8b7d8564d3f4bf59d437a79e86a7a81c88e2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 10 Mar 2025 16:55:21 +0100 Subject: ✨ sheet account: display attached items (refs #6208) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_warehouse/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_warehouse/forms.py') 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" -- cgit v1.2.3