diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-16 19:40:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-16 19:40:55 +0200 |
commit | 840c08691a4dcc2684209120242242f695a8aa0e (patch) | |
tree | 68dc3ccabca42374f7344500c90f3ba37d555714 | |
parent | 24648bd385a247a17f30f1b7f6647c0df8e55179 (diff) | |
download | Ishtar-840c08691a4dcc2684209120242242f695a8aa0e.tar.bz2 Ishtar-840c08691a4dcc2684209120242242f695a8aa0e.zip |
Import fixture: fix find export
-rw-r--r-- | ishtar_common/fixtures/initial_importtypes-fr.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/fixtures/initial_importtypes-fr.json b/ishtar_common/fixtures/initial_importtypes-fr.json index bd3330f7d..511a1fc7d 100644 --- a/ishtar_common/fixtures/initial_importtypes-fr.json +++ b/ishtar_common/fixtures/initial_importtypes-fr.json @@ -393,7 +393,7 @@ "required": true, "label": "Label mobilier", "importer_type": 20, - "export_field_name": null + "export_field_name": "label" } }, { @@ -718,7 +718,7 @@ "required": false, "label": "P\u00e9riodes", "importer_type": 20, - "export_field_name": null + "export_field_name": "datings__period__label" } }, { |