@@ -, +, @@ - Go to a patron's detail page - Toolbar : More : Delete - Confirm "Are you sure you want to delete..." - Apply patch - Re-start plack - Try to reproduce steps above (with other patron) --- members/deletemem.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/members/deletemem.pl +++ a/members/deletemem.pl @@ -165,7 +165,7 @@ if ( $op eq 'delete_confirm' or $countissues > 0 or $flags->{'CHARGES'} or $is_ DelMember($member); # TODO Tell the user everything went ok print $input->redirect("/cgi-bin/koha/members/members-home.pl"); - exit 1; + exit 0; # Exit without error } output_html_with_http_headers $input, $cookie, $template->output; --