From eea627621246e3ef062ef889106ea8a89805d296 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 14 Jan 2005 14:29:29 +0000 Subject: [PATCH] Ajout chargement des options de click to dial --- htdocs/comm/fiche.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 808af57fb84..e9341ed4bb7 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -441,6 +441,10 @@ if ($_socid > 0) * Liste des contacts * */ + if (defined("MAIN_MODULE_CLICKTODIAL") && MAIN_MODULE_CLICKTODIAL==1) + { + $user->fetch_clicktodial(); // lecture des infos de clicktodial + } print ''; print '';
'.$langs->trans("Firstname").' '.$langs->trans("Lastname").'