Correction erreur lors de la creation d'une commande from scratch

This commit is contained in:
Rodolphe Quiedeville 2003-11-26 15:48:38 +00:00
parent b32696d6f0
commit 88f7807a01

View File

@ -69,7 +69,7 @@ if ($HTTP_POST_VARS["action"] == 'add')
$commande_id = $commande->create($user);
$id = $commande->id;
$_GET["id"] = $commande->id;
$action = '';
}