From ec570965195308d03bd6dcb0f39aaf0339b5d7c2 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 1 Jul 2020 06:53:18 -0400 Subject: [PATCH] Bug 4948: When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode 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! --- 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 57ad49518a..84efebe53d 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 @@