diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 8b2a8f03660..c6fc2187a4e 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -69,7 +69,7 @@ if ($HTTP_POST_VARS["action"] == 'add') $commande_id = $commande->create($user); - $id = $commande->id; + $_GET["id"] = $commande->id; $action = ''; }