fix
This commit is contained in:
parent
f48752fc16
commit
3c5f3f7b85
@ -988,7 +988,7 @@ while ($i < min($num, $limit)) {
|
||||
// Description
|
||||
if (!empty($arrayfields['t.description']['checked'])) {
|
||||
print '<td>';
|
||||
print dol_escape_htmltag($object->description);
|
||||
print $object->description;
|
||||
print '</td>';
|
||||
if (!$i) {
|
||||
$totalarray['nbfield']++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user