diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index 06467ac3855..6f0b56cc5e5 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -835,6 +835,7 @@ class Commande extends CommonOrder if (!$error) { $this->statut = self::STATUS_CLOSED; + $this->status = self::STATUS_CLOSED; $this->db->commit(); return 1;