This commit is contained in:
Laurent Destailleur 2021-11-05 12:49:33 +01:00
parent 23749b57ec
commit 19b9412c13

View File

@ -156,7 +156,8 @@ class modPropale extends DolibarrModules
$this->rights[$r][1] = 'Close commercial proposals'; // libelle de la permission $this->rights[$r][1] = 'Close commercial proposals'; // libelle de la permission
$this->rights[$r][2] = 'd'; // type de la permission (deprecie a ce jour) $this->rights[$r][2] = 'd'; // type de la permission (deprecie a ce jour)
$this->rights[$r][3] = 0; // La permission est-elle une permission par defaut $this->rights[$r][3] = 0; // La permission est-elle une permission par defaut
$this->rights[$r][4] = 'cloturer'; $this->rights[$r][4] = 'propal_advance';
$this->rights[$r][5] = 'close';
$r++; $r++;
$this->rights[$r][0] = 27; // id de la permission $this->rights[$r][0] = 27; // id de la permission