From 6544ba010e5ce7781b13b30c5c1e8f9ce494d9b0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 28 Jan 2021 23:27:01 +0100 Subject: [PATCH] Fix responsive --- 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 d3991d06c0c..714f376eb2d 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -1287,7 +1287,7 @@ while ($i < min($num, $limit)) if (!empty($arrayfields['s.fk_prospectlevel']['checked'])) { // Prospect level - print ''; + print ''; print $companystatic->getLibProspLevel(); print ""; if (!$i) $totalarray['nbfield']++;