From 1435b8b83554a2902ff69e8beaf8c2a65c94047b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 2 Sep 2005 14:51:20 +0000 Subject: [PATCH] Modif definition de perm --- htdocs/includes/modules/modTelephonie.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modTelephonie.class.php b/htdocs/includes/modules/modTelephonie.class.php index 12251a34287..f26a63b9c6e 100644 --- a/htdocs/includes/modules/modTelephonie.class.php +++ b/htdocs/includes/modules/modTelephonie.class.php @@ -245,7 +245,7 @@ class modTelephonie extends DolibarrModules $this->rights[$r][2] = 'w'; $this->rights[$r][3] = 0; $this->rights[$r][4] = 'tarif'; - $this->rights[$r][5] = 'client-modifier'; + $this->rights[$r][5] = 'client_modifier'; $r++;