diff --git a/htdocs/commande/liste.php b/htdocs/commande/liste.php index 948a207ff35..c4b18f6ebc4 100644 --- a/htdocs/commande/liste.php +++ b/htdocs/commande/liste.php @@ -175,7 +175,9 @@ if ($resql) print ' '; print strftime('%B',$objp->date_commande).''; print ' '; - print strftime('%Y',$objp->date_commande).''; + print strftime('%Y',$objp->date_commande).''; + if (($objp->fk_statut > 0) && ($objp->fk_statut < 3) && $objp->date_commande < (time() - $conf->commande->warning_delay)) print img_picto($langs->trans("Late"),"warning"); + print ''; print ''.$generic_commande->LibStatut($objp->fk_statut,5).''; print ''; $total = $total + $objp->price;