Ajout telephonie
This commit is contained in:
parent
ee2388417b
commit
4848f30414
@ -47,6 +47,7 @@ function llxHeader($head = "") {
|
||||
{
|
||||
$menu->add_submenu(DOL_URL_ROOT."/soc.php?action=create", "Nouvelle société");
|
||||
}
|
||||
$menu->add_submenu(DOL_URL_ROOT."/societe/groupe/index.php", $langs->trans("SocGroup"));
|
||||
$menu->add_submenu(DOL_URL_ROOT."/contact/index.php",$langs->trans("Contacts"));
|
||||
}
|
||||
|
||||
@ -116,6 +117,11 @@ function llxHeader($head = "") {
|
||||
}
|
||||
}
|
||||
|
||||
if ($conf->telephonie->enabled) // EXPERIMENTAL -> RODO
|
||||
{
|
||||
$menu->add(DOL_URL_ROOT."/telephonie/index.php", "Téléphonie");
|
||||
}
|
||||
|
||||
if ($conf->don->enabled)
|
||||
{
|
||||
$menu->add(DOL_URL_ROOT."/compta/dons/index.php", "Dons");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user