From 58c6ada564dd2748696ccccc145e4b0939787364 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 13 Sep 2005 09:33:10 +0000 Subject: [PATCH] Modif parametre de telephonie --- htdocs/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/index.php b/htdocs/index.php index e81c22ab51b..61544dd70a7 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -117,7 +117,7 @@ if ($user->societe_id == 0) $conf->adherent->enabled && $user->rights->adherent->lire, $conf->produit->enabled && $user->rights->produit->lire, $conf->service->enabled && $user->rights->produit->lire, - $conf->telephonie->enabled && $user->rights->telephonie->ligne->lire_restreint); + $conf->telephonie->enabled && $user->rights->telephonie->lire); // Fichier des classes qui contiennent la methode load_state_board pour chaque ligne $includes=array(DOL_DOCUMENT_ROOT."/client.class.php", DOL_DOCUMENT_ROOT."/client.class.php",