Skip to content
Snippets Groups Projects
Commit 7f610618 authored by Philippe Grand's avatar Philippe Grand
Browse files

fix : wrong URL

parent 3fc8dffa
Branches
Tags
No related merge requests found
...@@ -84,7 +84,7 @@ if ($action == 'rappro' && $user->rights->banque->consolidate) ...@@ -84,7 +84,7 @@ if ($action == 'rappro' && $user->rights->banque->consolidate)
if (! $error) 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; exit;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment