From 15be92964a6dc107f31dc92896971642b8cc1723 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 2 Dec 2005 12:28:47 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20permissions=20sur=20cr=E9ation=20et=20s?= =?UTF-8?q?uppression=20des=20contacts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modSociete.class.php | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/htdocs/includes/modules/modSociete.class.php b/htdocs/includes/modules/modSociete.class.php index 54282065234..150531ca333 100644 --- a/htdocs/includes/modules/modSociete.class.php +++ b/htdocs/includes/modules/modSociete.class.php @@ -108,19 +108,19 @@ class modSociete extends DolibarrModules $this->rights[4][4] = 'contact'; $this->rights[4][5] = 'lire'; - $this->rights[4][0] = 282; // id de la permission - $this->rights[4][1] = 'Créer modifier les contacts'; // libelle de la permission - $this->rights[4][2] = 'w'; // type de la permission (déprécié à ce jour) - $this->rights[4][3] = 0; // La permission est-elle une permission par défaut - $this->rights[4][4] = 'contact'; - $this->rights[4][5] = 'creer'; - - $this->rights[5][0] = 283; // id de la permission - $this->rights[5][1] = 'Supprimer les contacts'; // libelle de la permission - $this->rights[5][2] = 'd'; // type de la permission (déprécié à ce jour) + $this->rights[5][0] = 282; // id de la permission + $this->rights[5][1] = 'Créer modifier les contacts'; // libelle de la permission + $this->rights[5][2] = 'w'; // type de la permission (déprécié à ce jour) $this->rights[5][3] = 0; // La permission est-elle une permission par défaut $this->rights[5][4] = 'contact'; - $this->rights[5][5] = 'supprimer'; + $this->rights[5][5] = 'creer'; + + $this->rights[6][0] = 283; // id de la permission + $this->rights[6][1] = 'Supprimer les contacts'; // libelle de la permission + $this->rights[6][2] = 'd'; // type de la permission (déprécié à ce jour) + $this->rights[6][3] = 0; // La permission est-elle une permission par défaut + $this->rights[6][4] = 'contact'; + $this->rights[6][5] = 'supprimer'; }