From 2346158f1e4b9de48d9b60414932001d3bab0b22 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 24 Jan 2005 15:51:37 +0000 Subject: [PATCH] Modification des permissions --- htdocs/includes/modules/modPrelevement.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/includes/modules/modPrelevement.class.php b/htdocs/includes/modules/modPrelevement.class.php index 76fb787c1fb..c4b2cdbf87e 100644 --- a/htdocs/includes/modules/modPrelevement.class.php +++ b/htdocs/includes/modules/modPrelevement.class.php @@ -99,11 +99,13 @@ class modPrelevement extends DolibarrModules $this->rights[1][1] = 'Consulter les prélèvements'; $this->rights[1][2] = 'r'; $this->rights[1][3] = 1; + $this->rights[1][4] = 'lire'; $this->rights[2][0] = 152; $this->rights[2][1] = 'Configurer les prélèvements'; $this->rights[2][2] = 'w'; $this->rights[2][3] = 0; + $this->rights[2][4] = 'configurer'; // Dir $this->dirs[0] = $conf->prelevement->dir_output;