diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php index 33ad87d4f7f..5264867992d 100644 --- a/htdocs/commande/card.php +++ b/htdocs/commande/card.php @@ -117,8 +117,8 @@ if (empty($reshook)) header("Location: ".$urltogo); exit; } - else { - header('Location: ' . $_SERVER['PHP_SELF'] . '?id=' . $id); // Pour reaffichage de la fiche en cours d'edition + else { + header('Location: ' . $_SERVER['PHP_SELF'] . '?id=' . $id); exit(); } }