From 5b2cac30f3d7a474eb0a6b418bd93d318430e8ae Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 6 Dec 2021 12:10:37 +0100 Subject: Find - grouping treament: concat description (refs #4873) --- archaeological_finds/wizards.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py index c4c191e4e..83b0d6f37 100644 --- a/archaeological_finds/wizards.py +++ b/archaeological_finds/wizards.py @@ -309,7 +309,8 @@ class TreatmentN1Wizard(TreatmentBase): simple_key = ["material_type_quality"] multi_key = ["material_type", "object_type", "communicabilitie"] numeric_key = ["find_number", "min_number_of_individuals"] - desc_key = ["decoration", "inscription", "comment", "dating_comment"] + desc_key = ["decoration", "inscription", "comment", "dating_comment", + "description"] char_key = ["manufacturing_place"] for k in simple_key + numeric_key + desc_key + char_key: -- cgit v1.2.3