mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 03:12:35 +01:00
Qual: Removed deprecated feature
This commit is contained in:
@@ -109,13 +109,6 @@ class modService extends DolibarrModules
|
||||
$this->rights[$r][4] = 'supprimer';
|
||||
$r++;
|
||||
|
||||
$this->rights[$r][0] = 536; // id de la permission
|
||||
$this->rights[$r][1] = 'Voir/gérer les services cachés'; // libelle de la permission
|
||||
$this->rights[$r][2] = 'r'; // type de la permission (deprecated)
|
||||
$this->rights[$r][3] = 1; // La permission est-elle une permission par defaut
|
||||
$this->rights[$r][4] = 'hidden';
|
||||
$r++;
|
||||
|
||||
$this->rights[$r][0] = 538; // Must be same permission than in product module
|
||||
$this->rights[$r][1] = 'Exporter les services';
|
||||
$this->rights[$r][2] = 'r';
|
||||
|
||||
Reference in New Issue
Block a user