This commit is contained in:
Laurent Destailleur 2021-04-16 20:44:30 +02:00
parent 26428d6c61
commit 1a3e9cae68

View File

@ -138,7 +138,7 @@ class modPropale extends DolibarrModules
$r++;
$this->rights[$r][0] = 24; // id de la permission
$this->rights[$r][1] = 'Validate commercial proposals'; // libelle de la permission
$this->rights[$r][1] = 'Validate commercial proposals'; // Validate proposal
$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][4] = 'propal_advance';
@ -154,7 +154,7 @@ class modPropale extends DolibarrModules
$r++;
$this->rights[$r][0] = 26; // id de la permission
$this->rights[$r][1] = 'Close commercial proposals'; // libelle de la permission
$this->rights[$r][1] = 'Close commercial proposals'; // Set proposal to signed or refused
$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][4] = 'cloturer';