diff --git a/htdocs/includes/modules/modCommercial.class.php b/htdocs/includes/modules/modCommercial.class.php index b6da9954c0d..559cde1695f 100644 --- a/htdocs/includes/modules/modCommercial.class.php +++ b/htdocs/includes/modules/modCommercial.class.php @@ -92,6 +92,15 @@ class modCommercial extends DolibarrModules $this->rights[$r][4] = 'main'; $this->rights[$r][5] = 'lire'; $r++; + + // 262 : Permission générale + $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][4] = 'main'; + $this->rights[$r][5] = 'voir'; + $r++; } /**