Renvoie sur la page de la facture lors de l'envoi
This commit is contained in:
parent
78c35a7a55
commit
7abc8c30c3
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user