mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
Ajout d'une permission
This commit is contained in:
@@ -168,6 +168,14 @@ class modTelephonie extends DolibarrModules
|
||||
$this->rights[$r][5] = 'lire';
|
||||
$r++;
|
||||
|
||||
$this->rights[$r][0] = 272;
|
||||
$this->rights[$r][1] = 'Consulter les factures';
|
||||
$this->rights[$r][2] = 'r';
|
||||
$this->rights[$r][3] = 0;
|
||||
$this->rights[$r][4] = 'facture';
|
||||
$this->rights[$r][5] = 'lire';
|
||||
$r++;
|
||||
|
||||
$this->rights[$r][0] = 206;
|
||||
$this->rights[$r][1] = 'Consulter les liaisons';
|
||||
$this->rights[$r][2] = 'w';
|
||||
|
||||
Reference in New Issue
Block a user