From d8be1d263c2808a177dac5dcd0435197a445888d Mon Sep 17 00:00:00 2001 From: Baptiste Wojtkowski Date: Thu, 5 Mar 2026 12:19:39 +0000 Subject: [PATCH] Bug 41998: Fix redirect_with_params Test plan (main only): 1 - Create a suggestion 2 - Delete the suggestion -> error 3 - Apply patch 4 - Repeat 1&2 --- suggestion/suggestion.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index 42f644de525..2281370a1d0 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -594,4 +594,5 @@ sub redirect_with_params { if defined( $input->param($key) ); } print $input->redirect("/cgi-bin/koha/suggestion/suggestion.pl?$params"); + exit; } -- 2.43.0