From 065e74379bc1317fa392a78e56b61b123c22951f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 7 Feb 2019 13:54:38 +0100 Subject: [PATCH] Missing picto --- htdocs/societe/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']++;