diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-12-06 12:10:37 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:49 +0200 |
commit | 9ec38d01e5abb52326e2cdc0ae65a6b32229d079 (patch) | |
tree | dcef101c2a8e4c3ffc9940304cb77683c9f3422e /archaeological_finds | |
parent | 15554956bb2d5b3a0509b6214f66477b0c9d904b (diff) | |
download | Ishtar-9ec38d01e5abb52326e2cdc0ae65a6b32229d079.tar.bz2 Ishtar-9ec38d01e5abb52326e2cdc0ae65a6b32229d079.zip |
Find - grouping treament: concat description (refs #4873)
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/wizards.py | 3 |
1 files changed, 2 insertions, 1 deletions
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: |