Qual: Removed deprecated feature

This commit is contained in:
Laurent Destailleur
2011-06-08 12:48:05 +00:00
parent bc1c2bbae5
commit bc25b7bd2c
17 changed files with 0 additions and 87 deletions

View File

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