Correction erreur lors de la creation d'une commande from scratch
This commit is contained in:
parent
b32696d6f0
commit
88f7807a01
@ -69,7 +69,7 @@ if ($HTTP_POST_VARS["action"] == 'add')
|
|||||||
|
|
||||||
$commande_id = $commande->create($user);
|
$commande_id = $commande->create($user);
|
||||||
|
|
||||||
$id = $commande->id;
|
$_GET["id"] = $commande->id;
|
||||||
|
|
||||||
$action = '';
|
$action = '';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user