fix BUG24210
This commit is contained in:
parent
68ecba1713
commit
373a270c05
@ -207,7 +207,7 @@ if ($result)
|
|||||||
if ($obj->nb_late) print img_warning($langs->trans("Late"));
|
if ($obj->nb_late) print img_warning($langs->trans("Late"));
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td>';
|
print '<td>';
|
||||||
$staticcompany->id=$obj->fk_soc;
|
$staticcompany->id=$obj->socid;
|
||||||
$staticcompany->nom=$obj->nom;
|
$staticcompany->nom=$obj->nom;
|
||||||
print $staticcompany->getNomUrl(1,'',20);
|
print $staticcompany->getNomUrl(1,'',20);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user