From 88f7807a015b1e0a8eda1068c30bfa00ebce620b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 26 Nov 2003 15:48:38 +0000 Subject: [PATCH] Correction erreur lors de la creation d'une commande from scratch --- htdocs/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; }