From d0e5bd2001f35a68235f9c9836b157c84803b190 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 8 Nov 2024 16:20:04 +0000 Subject: [PATCH] Bug 38232: Pass exemptfine value into circ-needsconfirmation-modal form To test: 1. FinesMode on 2. CircConfirmItemParts on 3. have an item with a materials specified note (952$3) 4. Check in item with 'forgive overdue charge' selected, no materials note, box stays checked. 5. Check in item with 'forgive overdue charge' selected, with a material note, Materials note checkin deselects the box. 6. APPLY PATCH 7. Try steps 4-5 again, the correct value should be retained in the 'forgive overdue charge' checkbox. Signed-off-by: David Nind Signed-off-by: Brendan Lawlor --- 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 8a84577f8d..ea30a88dd1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -431,6 +431,7 @@ + [% FOREACH inputloo IN inputloop %] -- 2.39.5