activation par dfaut de cette permission

This commit is contained in:
Regis Houssin 2006-03-11 12:07:46 +00:00
parent ea1fe8b31b
commit 5318e378f2

View File

@ -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++;