diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 22a5a0ba1cc..198258572d4 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -183,11 +183,13 @@ if ($_POST["action"] == 'add') print $db->error(); } } - + + if ($facid) + { + Header("Location: facture.php?facid=".$facid); + } } } - - $action = ''; } /* *