diff --git a/htdocs/compta/bank/rappro.php b/htdocs/compta/bank/rappro.php index 2463c768098..d631e8e1843 100644 --- a/htdocs/compta/bank/rappro.php +++ b/htdocs/compta/bank/rappro.php @@ -84,7 +84,7 @@ if ($action == 'rappro' && $user->rights->banque->consolidate) if (! $error) { - header('Location: '.DOL_URL_ROOT.'/compta/bank/rappro?account='.$id); // To avoid to submit twice and allow back + header('Location: '.DOL_URL_ROOT.'/compta/bank/rappro.php?account='.$id); // To avoid to submit twice and allow back exit; } }