fix $object->status not being set. Avoid using $object->fk_statut.
This commit is contained in:
parent
cdbf0bdf6f
commit
d769d856e7
@ -951,6 +951,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
|
|||||||
|
|
||||||
// Store properties in $object
|
// Store properties in $object
|
||||||
$object->setVarsFromFetchObj($obj);
|
$object->setVarsFromFetchObj($obj);
|
||||||
|
$object->status = $object->fk_statut; // fk_statut is deprecated
|
||||||
|
|
||||||
// Show here line of result
|
// Show here line of result
|
||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user