diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-13 15:30:53 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-13 15:30:53 +0200 |
commit | 3a6bb8c304fe67a795dd25924973c7f4ff928cc4 (patch) | |
tree | 42417a31125336963aa0e7d0501196ebf3018866 /archaeological_finds/fixtures | |
parent | 5f517e24f271b752c01e3de192682426f98daf9e (diff) | |
download | Ishtar-3a6bb8c304fe67a795dd25924973c7f4ff928cc4.tar.bz2 Ishtar-3a6bb8c304fe67a795dd25924973c7f4ff928cc4.zip |
Fixtures: fix material type order
Diffstat (limited to 'archaeological_finds/fixtures')
-rw-r--r-- | archaeological_finds/fixtures/initial_data-fr.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/archaeological_finds/fixtures/initial_data-fr.json b/archaeological_finds/fixtures/initial_data-fr.json index 33d239ef6..65eff15dc 100644 --- a/archaeological_finds/fixtures/initial_data-fr.json +++ b/archaeological_finds/fixtures/initial_data-fr.json @@ -435,13 +435,13 @@ "fields": { "comment": "", "available": true, - "code": "BRZ", + "code": "M.MT", "parent": [ - "copper-alloy" + "not_iron_metal" ], - "label": "Bronze", + "label": "Alliage cuivreux", "recommendation": "", - "txt_idx": "brz" + "txt_idx": "copper-alloy" }, "model": "archaeological_finds.materialtype" }, @@ -587,13 +587,13 @@ "fields": { "comment": "", "available": true, - "code": "M.MT", + "code": "BRZ", "parent": [ - "not_iron_metal" + "copper-alloy" ], - "label": "Alliage cuivreux", + "label": "Bronze", "recommendation": "", - "txt_idx": "copper-alloy" + "txt_idx": "brz" }, "model": "archaeological_finds.materialtype" }, |