From da08b2f5c3139d587eebcac26f9b66601be9cc0c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 12 Nov 2025 15:39:37 +0100 Subject: [PATCH] Update status --- htdocs/commande/class/commande.class.php | 1 + 1 file changed, 1 insertion(+) 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;