diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 7fb01c3a1ff..31b8a336acd 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -380,7 +380,12 @@ if ($_POST["action"] == 'send' || $_POST["action"] == 'relance') if (! $db->query($sql) ) { dolibarr_print_error($db->error()); - } + } + else + { + // Renvoie sur la page de la facture + Header("Location: facture.php?facid=".$fac->id); + } } else {