This commit is contained in:
Laurent Destailleur 2021-06-20 16:39:30 +02:00
parent 6aeba1b79d
commit 5ad999e46d

View File

@ -148,14 +148,14 @@ class box_actions extends ModeleBoxes
$label = empty($objp->label) ? $objp->type_label : $objp->label;
$this->info_box_contents[$line][0] = array(
'td' => '',
'td' => 'class="tdoverflowmax200"',
'text' => $actionstatic->getNomUrl(1),
'text2'=> $late,
'asis' => 1
);
$this->info_box_contents[$line][1] = array(
'td' => '',
'td' => 'class="tdoverflowmax100"',
'text' => ($societestatic->id > 0 ? $societestatic->getNomUrl(1) : ''),
'asis' => 1
);