From 7802e319fcf50fba97aecf9b3bcc7e3ab9f5e8fe Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 1 Jul 2020 06:53:18 -0400 Subject: [PATCH] Bug 25907: When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode Right now, after canceling a hold on the checkin screen, a librarian needs to rescan the item barcode to check and trap the next hold. This is an extra unnecessary step. Test Plan: 1) Place two or more holds on a record 2) Check in the item 3) Confirm the hold 4) Check in the item again 5) Cancel the hold 6) Koha should now display the modal asking to confirm the next hold without the need to rescan the barcode! Signed-off-by: Owen Leonard Signed-off-by: Rebecca Coert Signed-off-by: Martin Renvoize Signed-off-by: Jonathan Druart (cherry picked from commit b31fdc8f55007217f95980692114a5b0a9a85bc0) Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 26c0fbbf83..5eec688d8e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -459,6 +459,7 @@