From 98100f59fbd8228f9c99863911b9bf007ed8e202 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 23 Aug 2005 19:22:55 +0000 Subject: [PATCH] Ajout Nouveau client --- htdocs/telephonie/pre.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/telephonie/pre.inc.php b/htdocs/telephonie/pre.inc.php index 230950447bd..fc50fde003a 100644 --- a/htdocs/telephonie/pre.inc.php +++ b/htdocs/telephonie/pre.inc.php @@ -48,6 +48,8 @@ function llxHeader($head = "", $title="") { $menu->add(DOL_URL_ROOT."/telephonie/client/index.php", "Clients"); + if ($user->rights->telephonie->ligne->creer) + $menu->add_submenu(DOL_URL_ROOT."/telephonie/client/new.php", "Nouveau client"); $menu->add(DOL_URL_ROOT."/telephonie/contrat/", "Contrats");