summaryrefslogtreecommitdiff
path: root/archaeological_finds/data_importer.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-10 17:37:54 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-10 17:37:54 +0200
commit434f2781e98654b56053082b178171224c87105b (patch)
tree266baf5266b3efef0a8957b47e5fcbf234ba747e /archaeological_finds/data_importer.py
parent7af8207e1de9f23a9e17f7a81de85231bc87ef0b (diff)
downloadIshtar-434f2781e98654b56053082b178171224c87105b.tar.bz2
Ishtar-434f2781e98654b56053082b178171224c87105b.zip
Preservation type disappearing (refs #3752)
Diffstat (limited to 'archaeological_finds/data_importer.py')
-rw-r--r--archaeological_finds/data_importer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/data_importer.py b/archaeological_finds/data_importer.py
index 57b4e3927..e0c18d1bf 100644
--- a/archaeological_finds/data_importer.py
+++ b/archaeological_finds/data_importer.py
@@ -74,7 +74,7 @@ class FindsImporterBibracte(Importer):
TypeFormater(models.ConservatoryState), required=False),
# preservation_to_consider
ImportFormater('find__preservation_to_considers',
- TypeFormater(models.PreservationType), required=False),
+ TypeFormater(models.TreatmentType), required=False),
# comment
ImportFormater('comment', UnicodeFormater(1000), required=False),
# lien vers plusieurs chrono (voir gestion actuelle chrono)