From ea1d2c44dbf30066b22bcd1da69f281cc5098b7a Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 2 Sep 2025 14:44:03 +0000 Subject: [PATCH] Bug 40739: Use correct block/noblock class in item-transfer-modal To test: 1. Set TransfersBlockCirc to 'Don't block' 2. Check in some items not from your library to initiate a transfer. 3. See the modal pop-op, "Transfer to home library" 4. However, you cannot continue to scan the next item unless you first dismiss the modal. 5. APPLY PATCH 6. Try again, this time at step 4 the barcode input should have focus and you'll be able to scan the next item. Signed-off-by: Emily Lamancusa --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b248cdc882..fec7616ac6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -781,7 +781,7 @@ [% ELSE %] [% SET div_class='noblock' %] [% END %] -