This commit is contained in:
Laurent Destailleur 2021-06-20 16:35:49 +02:00
parent a9dd5e8764
commit 68b8a6a916
5 changed files with 5 additions and 5 deletions

View File

@ -392,7 +392,7 @@ if ($resql) {
print "</td>\n";
// Third party
print '<td>';
print '<td class="tdoverflowmax150">';
print $thirdpartystatic->getNomUrl(1);
print '</td>';

View File

@ -128,7 +128,7 @@ class box_clients extends ModeleBoxes
$thirdpartystatic->entity = $objp->entity;
$this->info_box_contents[$line][] = array(
'td' => '',
'td' => 'class="tdoverflowmax150"',
'text' => $thirdpartystatic->getNomUrl(1),
'asis' => 1,
);

View File

@ -138,7 +138,7 @@ class box_ficheinter extends ModeleBoxes
);
$this->info_box_contents[$i][] = array(
'td' => 'class="tdoverflowmax150 maxwidth150onsmartphone"',
'td' => 'class="tdoverflowmax150"',
'text' => $thirdpartystatic->getNomUrl(1),
'asis' => 1,
);

View File

@ -120,7 +120,7 @@ class box_goodcustomers extends ModeleBoxes
$nbimpaye = $objp->nbfact - $objp->nbfactpaye;
$this->info_box_contents[$line][] = array(
'td' => '',
'td' => 'class="tdoverflowmax150"',
'text' => $thirdpartystatic->getNomUrl(1),
'asis' => 1,
);

View File

@ -129,7 +129,7 @@ class box_prospect extends ModeleBoxes
$thirdpartystatic->entity = $objp->entity;
$this->info_box_contents[$line][] = array(
'td' => '',
'td' => 'class="tdoverflowmax150"',
'text' => $thirdpartystatic->getNomUrl(1),
'asis' => 1,
);