diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php index c063d915036..3a1744451c1 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -1204,7 +1204,7 @@ while ($i < min($num, $limit)) if ($companystatic->fk_parent > 0) { $companyparent->fetch($companystatic->fk_parent); - print $companyparent->getNomUrl(); + print $companyparent->getNomUrl(1); } print ""; if (! $i) $totalarray['nbfield']++;