From fa84f873b7c4d3bcc7eb962b4ac99fb9e6cddaf9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 26 Jul 2017 09:22:34 +0200 Subject: Update fixtures --- archaeological_finds/fixtures/initial_data-fr.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'archaeological_finds/fixtures') diff --git a/archaeological_finds/fixtures/initial_data-fr.json b/archaeological_finds/fixtures/initial_data-fr.json index b8f233f88..c7f0699b1 100644 --- a/archaeological_finds/fixtures/initial_data-fr.json +++ b/archaeological_finds/fixtures/initial_data-fr.json @@ -856,6 +856,21 @@ "txt_idx": "reassembly" } }, + { + "pk": 20, + "model": "archaeological_finds.treatmenttype", + "fields": { + "comment": "Remontage virtuel : on sait que les \u00e9l\u00e9ments remontent ensemble, mais il n'y a pas eu de remontage physique p\u00e9renne.", + "available": true, + "downstream_is_many": false, + "parent": null, + "virtual": true, + "label": "Remontage virtuel", + "upstream_is_many": true, + "order": 10, + "txt_idx": "virtual-reassembly" + } + }, { "pk": 6, "model": "archaeological_finds.treatmentstate", -- cgit v1.2.3