Merge pull request #13812 from mapiolca/patch-45

Fix issue in status name
This commit is contained in:
Laurent Destailleur 2020-05-06 02:23:15 +02:00 committed by GitHub
commit 860b6e7557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ if ($resql)
$obj = $db->fetch_object($resql);
print '<tr class="oddeven">';
print '<td>'.$commandestatic->LibStatut($obj->nb).'</td>';
print '<td>'.$commandestatic->LibStatut($obj->fk_statut).'</td>';
print '<td class="right"><a href="list.php?statut='.$obj->fk_statut.'">'.$obj->nb.' '.$commandestatic->LibStatut($obj->fk_statut, 3).'</a></td>';
print "</tr>\n";