diff --git a/commande_details.php b/commande_details.php index 448ea8e..0de2648 100755 --- a/commande_details.php +++ b/commande_details.php @@ -29,6 +29,7 @@ if (isset($colis) && $colis != "") { $commande->colis = $colis; + $commande->statut = 4; $commande->maj(); ActionsModules::instance()->appel_module("statut", $commande, $commande->statut); } @@ -409,6 +410,11 @@