From c3949bfabc022924e1506e3c15a5dbd1167ce8f0 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 20 Aug 2025 14:02:10 +0000 Subject: [PATCH] Bug 40678: Add hidden value to remember dropboxmode selection Content-Type: text/plain; charset=utf-8 To test: 1. Put an item in transfer to a different library than the logged in branch 2. Go to Circulation > Check in 3. Choose the "Book drop mode" option and check in a few items NOT from step 1. 4. See the "Book drop mode" choice is remembered after every selection. 5. Check in the item from step 1 to make a wrong transfer 6. The modal pops up for wrong transfer, click confirm 7. Now the choice of "Book drop mode" is forgotten. 8. APPLY PATCH 9. Try again, this time the "Book drop mode" selction should be retained Signed-off-by: CJ Lynce Signed-off-by: Marcel de Rooy --- 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 e52eeae793..86ac9d3931 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -613,6 +613,7 @@ + [% FOREACH checkin IN checkins %] -- 2.39.5