diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 9fb1decb9b0..874076e56e6 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -146,6 +146,7 @@ if ($_GET["action"] == 'deleteline' && $user->rights->commande->creer) $commande = new Commande($db); $commande->fetch($_GET["id"]); $result = $commande->delete_line($_GET["lineid"]); + Header("Location: fiche.php?id=".$_GET["id"]); } if ($_POST["action"] == 'confirm_valid' && $_POST["confirm"] == yes && $user->rights->commande->valider) @@ -244,7 +245,7 @@ if ($_GET["action"] == 'create') print ''; print '