Merge pull request #10979 from fpeyraud/develop

Fix redirection on social tax deletion
This commit is contained in:
Laurent Destailleur 2019-04-08 13:58:07 +02:00 committed by GitHub
commit 2047ad62c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ if ($action == 'confirm_delete' && $confirm == 'yes')
$result=$object->delete($user);
if ($result > 0)
{
header("Location: index.php");
header("Location: list.php");
exit;
}
else