From ab08f491d15667aae9e49cb3c6f4c21afd6c6fbe Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 16 Dec 2013 23:53:12 +0100 Subject: Add a responsible of town planning services to files --- ishtar_common/fixtures/groups_person_types-SRA-fr.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'ishtar_common/fixtures') diff --git a/ishtar_common/fixtures/groups_person_types-SRA-fr.json b/ishtar_common/fixtures/groups_person_types-SRA-fr.json index 9a43072b2..1f60d131f 100644 --- a/ishtar_common/fixtures/groups_person_types-SRA-fr.json +++ b/ishtar_common/fixtures/groups_person_types-SRA-fr.json @@ -344,6 +344,17 @@ "label": "Am\u00e9nageur" } }, + { + "pk": 8, + "model": "ishtar_common.persontype", + "fields": { + "comment": "", + "available": true, + "txt_idx": "responsible_planning_service", + "groups": [], + "label": "Chef de service instructeur" + } + }, { "pk": 5, "model": "ishtar_common.persontype", @@ -374,11 +385,11 @@ "available": true, "txt_idx": "secretarial_dept", "groups": [ - 2, 1, + 2, 3, - 7, 6, + 7, 8, 9, 10, -- cgit v1.2.3