diff --git a/htdocs/compta/sociales/card.php b/htdocs/compta/sociales/card.php index 8bdbd68bfc4..12acff2ee4d 100644 --- a/htdocs/compta/sociales/card.php +++ b/htdocs/compta/sociales/card.php @@ -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