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 | 5b2cac30f3d7a474eb0a6b418bd93d318430e8ae (patch) | |
tree | dcef101c2a8e4c3ffc9940304cb77683c9f3422e /archaeological_finds/wizards.py | |
parent | 1a17119bdaf50f31bc98a3fe0071fefce98102a0 (diff) | |
download | Ishtar-5b2cac30f3d7a474eb0a6b418bd93d318430e8ae.tar.bz2 Ishtar-5b2cac30f3d7a474eb0a6b418bd93d318430e8ae.zip |
Find - grouping treament: concat description (refs #4873)
Diffstat (limited to 'archaeological_finds/wizards.py')
-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: |