This commit is contained in:
Laurent Destailleur 2021-06-01 00:41:51 +02:00
parent 9d44df8a64
commit d18c1ea0c0

View File

@ -600,7 +600,7 @@ if ($num > 0) {
print '</td>'; print '</td>';
// Output of last run // Output of last run
print '<td>'; print '<td class="small">';
if (!empty($obj->lastoutput)) { if (!empty($obj->lastoutput)) {
print dol_trunc(nl2br($obj->lastoutput), 50); print dol_trunc(nl2br($obj->lastoutput), 50);
} }