diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php
index 2f58c5576c7..1c0e1dd3a34 100644
--- a/htdocs/commande/class/commande.class.php
+++ b/htdocs/commande/class/commande.class.php
@@ -3753,7 +3753,7 @@ class Commande extends CommonOrder
if ($user->hasRight('commande', 'lire')) {
$datas['picto'] = img_picto('', $this->picto).' '.$langs->trans("Order").'';
if (isset($this->statut)) {
- $datas[] = ' '.$this->getLibStatut(5);
+ $datas['picto'] .= ' '.$this->getLibStatut(5);
}
$datas['Ref'] = '
'.$langs->trans('Ref').': '.$this->ref;
if (!$nofetch) {