From 817de6a8bb8186f861bd950e545a5677d92354b7 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. --- 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 98a1ea119be..3ee042faa36 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.2