Ajout lien nouveau client

This commit is contained in:
Rodolphe Quiedeville 2005-08-23 21:08:34 +00:00
parent bbb6fc162c
commit f123ab7081

View File

@ -43,6 +43,8 @@ function llxHeader($head = "", $title="") {
$menu->add(DOL_URL_ROOT."/telephonie/simulation/fiche.php", "Simulation");
$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");