This commit is contained in:
Atm-Gregr 2022-09-13 14:19:28 +02:00
parent 527cfadf0f
commit 4f9c273c64

View File

@ -988,7 +988,7 @@ while ($i < min($num, $limit)) {
// Description
if (!empty($arrayfields['t.description']['checked'])) {
print '<td>';
print nl2br($object->description);
print dolGetFirstLineOfText($object->description, 5);
print '</td>';
if (!$i) {
$totalarray['nbfield']++;