From 8825288d6c792bc72efa5b778d884ed6def2a4d7 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 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 --- 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 e52eeae7936..86ac9d3931d 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