diff options
| -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:  | 
