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 | 5960b5165179fa68cab83657cce6b936fcda1fc5 (patch) | |
tree | 68dc3ccabca42374f7344500c90f3ba37d555714 /ishtar_common | |
parent | 7b3d65bf870767994e9400b4b029adb4c6541f23 (diff) | |
download | Ishtar-5960b5165179fa68cab83657cce6b936fcda1fc5.tar.bz2 Ishtar-5960b5165179fa68cab83657cce6b936fcda1fc5.zip |
Import fixture: fix find export
Diffstat (limited to 'ishtar_common')
-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" } }, { |