mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix: Wrong value for permissions id
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user