Fix responsive

This commit is contained in:
Laurent Destailleur 2021-01-28 23:28:33 +01:00
parent 6544ba010e
commit 4812dd2743

View File

@ -1287,7 +1287,7 @@ while ($i < min($num, $limit))
if (!empty($arrayfields['s.fk_prospectlevel']['checked']))
{
// Prospect level
print '<td class="center tdoverflowmax100">';
print '<td class="center">';
print $companystatic->getLibProspLevel();
print "</td>";
if (!$i) $totalarray['nbfield']++;
@ -1311,7 +1311,7 @@ while ($i < min($num, $limit))
// Parent company
if (!empty($arrayfields['s2.nom']['checked']))
{
print '<td class="center">';
print '<td class="center tdoverflowmax100">';
if ($companystatic->fk_parent > 0)
{
$companyparent->fetch($companystatic->fk_parent);