diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index b2c1e1ab5cf..259810e65c0 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -440,7 +440,7 @@ if ($_GET["id"]) print '
| '.$langs->trans("Type").' | '.$act->type.' | '; print '|||
| '.$langs->trans("Company").' | '; - print ''.$act->societe->nom.' | '; + print ''.$act->societe->nom_url.' | '; print ''.$langs->trans("Contact").' | '; print ''.$act->contact->fullname.' |