From 7672fd7cf07369a4fade72667c7b8655a91bfb90 Mon Sep 17 00:00:00 2001 From: Florent Peyraud Date: Mon, 8 Apr 2019 09:05:51 +0200 Subject: [PATCH] Fix redirection on social tax deletion --- htdocs/compta/sociales/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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