From 527a275027c13112789d3dafdd2f114a2c6823d9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 15 Jul 2013 19:18:22 +0200 Subject: Operation import: fix Nantes settings --- example_project/local_settings_nantes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example_project') diff --git a/example_project/local_settings_nantes.py b/example_project/local_settings_nantes.py index b0d4411f4..c40ceaefd 100644 --- a/example_project/local_settings_nantes.py +++ b/example_project/local_settings_nantes.py @@ -137,8 +137,8 @@ ISHTAR_OPE_COL_FORMAT = [ None, # commentaire adresse - géré en colonne S None, # pass (('comment',), 'parse_comment_addr_nature', [16]), - (('associated_file', 'permit_type'), 'parse_permittype'), - (('associated_file', 'internal_reference'), 'parse_fileref'), + None, # (('associated_file', 'permit_type'), 'parse_permittype'), + None, # (('associated_file', 'internal_reference'), 'parse_fileref'), (('in_charge__attached_to',), 'parse_orga', [7]), None, # pass None, # pass @@ -152,7 +152,7 @@ ISHTAR_OPE_COL_FORMAT = [ None, # pass (('negative_result',), 'parse_bool'), None, # pass - (('associated_file', 'year'), 'parse_yearref'), + None, # (('associated_file', 'year'), 'parse_yearref'), None, # pass None, # pass None, # pass -- cgit v1.2.3