From e027f8fc43fc0d091f5ba287c6677ba00cf4b77a 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 --- recalls/request.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/recalls/request.pl b/recalls/request.pl index 2d24133e570..310615d2226 100755 --- a/recalls/request.pl +++ b/recalls/request.pl @@ -46,6 +46,7 @@ if ( $op eq '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 'request' ) { -- 2.20.1