diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-12-16 23:53:12 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-12-17 00:56:59 +0100 |
| commit | b4969f97d86ad9be4aefad383c36a181b51259c9 (patch) | |
| tree | 1c4a03911e8bc4f0eda998b3d9542a85892c37b0 /ishtar_common/fixtures | |
| parent | b3c5ce577b925da4022f21ccdf8d138486557450 (diff) | |
| download | Ishtar-b4969f97d86ad9be4aefad383c36a181b51259c9.tar.bz2 Ishtar-b4969f97d86ad9be4aefad383c36a181b51259c9.zip | |
Add a responsible of town planning services to files
Diffstat (limited to 'ishtar_common/fixtures')
| -rw-r--r-- | ishtar_common/fixtures/groups_person_types-SRA-fr.json | 15 |
1 files changed, 13 insertions, 2 deletions
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 @@ -345,6 +345,17 @@ } }, { + "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", "fields": { @@ -374,11 +385,11 @@ "available": true, "txt_idx": "secretarial_dept", "groups": [ - 2, 1, + 2, 3, - 7, 6, + 7, 8, 9, 10, |
