Update status

This commit is contained in:
Laurent Destailleur
2025-11-12 15:39:37 +01:00
parent 88bc1ea328
commit da08b2f5c3

View File

@@ -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;