Ajout chargement des options de click to dial

This commit is contained in:
Rodolphe Quiedeville 2005-01-14 14:29:29 +00:00
parent fe53f4cd49
commit eea6276212

View File

@ -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 '<table class="noborder" width="100%">';
print '<tr class="liste_titre"><td>'.$langs->trans("Firstname").' '.$langs->trans("Lastname").'</td>';