Fix: Wrong value for permissions id

This commit is contained in:
Laurent Destailleur
2011-01-22 10:38:05 +00:00
parent e2fcf23985
commit 8dc2a9b2c9
5 changed files with 16 additions and 16 deletions

View File

@@ -85,14 +85,14 @@ class modDocument extends DolibarrModules
$r=0;
$this->rights[$r][0] = 510;
$this->rights[$r][0] = 511;
$this->rights[$r][1] = 'Lire les documents';
$this->rights[$r][2] = 'r';
$this->rights[$r][3] = 1;
$this->rights[$r][4] = 'lire';
$r++;
$this->rights[$r][0] = 511;
$this->rights[$r][0] = 512;
$this->rights[$r][1] = 'Supprimer les documents clients';
$this->rights[$r][2] = 'd';
$this->rights[$r][3] = 0;