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