diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-16 19:51:03 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-16 19:51:03 +0200 |
commit | 81648f176e907b506b4cf631ac2208960cafb1c2 (patch) | |
tree | 3f7a8972ea062eaf58478d0b8a353fa3052912f9 /archaeological_operations/import_from_dbf.py | |
parent | ac3c14229597320e5c1990393d224008f0b9ed0a (diff) | |
download | Ishtar-81648f176e907b506b4cf631ac2208960cafb1c2.tar.bz2 Ishtar-81648f176e907b506b4cf631ac2208960cafb1c2.zip |
Small fix on DBF import - generate a "fr" initial_data instead of a generic
Diffstat (limited to 'archaeological_operations/import_from_dbf.py')
-rw-r--r-- | archaeological_operations/import_from_dbf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/import_from_dbf.py b/archaeological_operations/import_from_dbf.py index 843e5151c..6b20f6e10 100644 --- a/archaeological_operations/import_from_dbf.py +++ b/archaeological_operations/import_from_dbf.py @@ -114,8 +114,8 @@ ope_types = { 'FP':('prog_excavation', "Fouille programmée", False), 'MH':('building_study', "Fouille avant MH", True), - 'OPD':('diag_prev_excavation', - "Opération préventive de diagnostic", True), + 'OPD':('arch_diagnostic', + "Diagnostic archéologique", True), 'PAN':('analysis_program', "Programme d'analyses", False), 'PCR':('collective_research_project', |