mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-25 02:03:23 +01:00
Fix: Renumrotation de l'id permission export commande qui active tous les autres droits car se terminait par 0
This commit is contained in:
@@ -149,7 +149,7 @@ class modCommande extends DolibarrModules
|
||||
$this->rights[$r][4] = 'supprimer';
|
||||
|
||||
$r++;
|
||||
$this->rights[$r][0] = 1420;
|
||||
$this->rights[$r][0] = 1421;
|
||||
$this->rights[$r][1] = 'Exporter les commandes clients et attributs';
|
||||
$this->rights[$r][2] = 'r';
|
||||
$this->rights[$r][3] = 0;
|
||||
|
||||
Reference in New Issue
Block a user