@@ -, +, @@ --------- - Create an ILL request - "Manage request" > "Confirm request" - "Mark completed" - TEST: Ensure that no error is written to the error log upon clicking --- ill/ill-requests.pl | 1 + 1 file changed, 1 insertion(+) --- a/ill/ill-requests.pl +++ a/ill/ill-requests.pl @@ -264,6 +264,7 @@ sub handle_commit_maybe { '/cgi-bin/koha/ill/ill-requests.pl?method=illview&illrequest_id='. $request->id ); + exit; } else { # Redirect to a requests list view redirect_to_list(); --