From 5318e378f2a07e47ae68b8d74d7b6201a48160b2 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 11 Mar 2006 12:07:46 +0000 Subject: [PATCH] =?UTF-8?q?activation=20par=20d=E9faut=20de=20cette=20perm?= =?UTF-8?q?ission?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modCommercial.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/modules/modCommercial.class.php b/htdocs/includes/modules/modCommercial.class.php index 3027604c7c5..8f8561303da 100644 --- a/htdocs/includes/modules/modCommercial.class.php +++ b/htdocs/includes/modules/modCommercial.class.php @@ -93,11 +93,11 @@ class modCommercial extends DolibarrModules $this->rights[$r][5] = 'lire'; $r++; - // 262 : Permission générale + // 262 : Resteindre l'accès des commerciaux $this->rights[$r][0] = 262; $this->rights[$r][1] = 'Consulter tous les clients'; $this->rights[$r][2] = 'r'; - $this->rights[$r][3] = 0; + $this->rights[$r][3] = 1; $this->rights[$r][4] = 'client'; $this->rights[$r][5] = 'voir'; $r++;