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 | c8265b51431a50350b9a96fc119a738b9c2e4f25 (patch) | |
| tree | b39e5006c008082ca48372ea83c6e500c6040035 | |
| parent | 8666b398cd9ec7affb2dbcf9dc08f17434133c61 (diff) | |
| download | Ishtar-c8265b51431a50350b9a96fc119a738b9c2e4f25.tar.bz2 Ishtar-c8265b51431a50350b9a96fc119a738b9c2e4f25.zip | |
Operations import: put address inside comment field
| -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)', | 
