diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php index 80b02718878..870b52667dc 100644 --- a/htdocs/fourn/card.php +++ b/htdocs/fourn/card.php @@ -383,7 +383,6 @@ if ($object->id > 0) $sql.= " FROM ".MAIN_DB_PREFIX."commande_fournisseur as p "; $sql.= " WHERE p.fk_soc =".$object->id; $sql.= " AND p.entity =".$conf->entity; - $sql.= " ORDER BY p.date_commande DESC"; $resql=$db->query($sql); if ($resql) {