diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php index 78d6c01679f..dd50efc7591 100644 --- a/htdocs/fourn/commande/index.php +++ b/htdocs/fourn/commande/index.php @@ -189,7 +189,7 @@ if ($resql) $obj = $db->fetch_object($resql); print ''; - print ''.$commandestatic->LibStatut($obj->nb).''; + print ''.$commandestatic->LibStatut($obj->fk_statut).''; print ''.$obj->nb.' '.$commandestatic->LibStatut($obj->fk_statut, 3).''; print "\n";