fix $object->status not being set. Avoid using $object->fk_statut.

This commit is contained in:
Thomas Negre 2022-02-10 11:15:11 +01:00
parent cdbf0bdf6f
commit d769d856e7

View File

@ -951,6 +951,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
// Store properties in $object
$object->setVarsFromFetchObj($obj);
$object->status = $object->fk_statut; // fk_statut is deprecated
// Show here line of result
print '<tr class="oddeven">';