Fix responsive

This commit is contained in:
Laurent Destailleur 2021-01-28 23:28:33 +01:00
parent 83dc1e8cd0
commit 086b23f66c

View File

@ -1259,7 +1259,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']++;
@ -1283,7 +1283,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);