Fix: Renumrotation de l'id permission export commande qui active tous les autres droits car se terminait par 0

This commit is contained in:
Laurent Destailleur
2007-04-19 22:35:18 +00:00
parent 2966fa3100
commit 79620d68cd
2 changed files with 8 additions and 4 deletions

View File

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