diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-03-07 18:17:14 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-03-07 18:17:14 +0100 |
commit | 559218c6d3fd57c7d06f5d71279b95e1477395ac (patch) | |
tree | b39e5006c008082ca48372ea83c6e500c6040035 /archaeological_operations/import_from_dbf.py | |
parent | 6c8a5d46fcdc574c1c8b0fbafa8e6b88e5436859 (diff) | |
download | Ishtar-559218c6d3fd57c7d06f5d71279b95e1477395ac.tar.bz2 Ishtar-559218c6d3fd57c7d06f5d71279b95e1477395ac.zip |
Operations import: put address inside comment field
Diffstat (limited to 'archaeological_operations/import_from_dbf.py')
-rw-r--r-- | archaeological_operations/import_from_dbf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/import_from_dbf.py b/archaeological_operations/import_from_dbf.py index b539d3a51..36871baac 100644 --- a/archaeological_operations/import_from_dbf.py +++ b/archaeological_operations/import_from_dbf.py @@ -120,7 +120,7 @@ PATRIARCHE_DBF_OPE_COLS = [ [], (('in_charge',), 'parse_person', [2]), [], #'etat', - [], #'adresse', + (('comment',), unicode, []), #'adresse', [], #'origine C(3)', [], # 'chronologi C(12)', [], #'programme C(254)', |