From b702b23e78bb909b0f51e71ec9ab91b59fceb4a3 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Thu, 3 Nov 2022 23:05:31 +0000 Subject: [PATCH] Bug 31391: (follow-up) Fix cancel recalls using checkbox Signed-off-by: David Signed-off-by: David Nind Signed-off-by: Pedro Amorim --- recalls/request.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/recalls/request.pl b/recalls/request.pl index 36e86c5d4ca..29a8b9941a6 100755 --- a/recalls/request.pl +++ b/recalls/request.pl @@ -46,6 +46,7 @@ if ( $op eq 'cud-cancel_multiple_recalls' ) { foreach my $id (@recall_ids) { Koha::Recalls->find($id)->set_cancelled; } + print $input->redirect( '/cgi-bin/koha/recalls/request.pl?biblionumber=' . $biblionumber ); } elsif ( $op eq 'cud-request' ) { if ( C4::Context->preference('UseRecalls') -- 2.34.1