Skip to content

Commit

Permalink
Merge pull request #10979 from fpeyraud/develop
Browse files Browse the repository at this point in the history
Fix redirection on social tax deletion
  • Loading branch information
eldy committed Apr 8, 2019
2 parents 2b5e251 + 7672fd7 commit 2047ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/sociales/card.php
Expand Up @@ -121,7 +121,7 @@
$result=$object->delete($user);
if ($result > 0)
{
header("Location: index.php");
header("Location: list.php");
exit;
}
else
Expand Down

0 comments on commit 2047ad6

Please sign in to comment.