https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19814 --- Comment #102 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 203257 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203257&action=edit Bug 19814: (follow-up) Preserve Checked-in items list across confirm modal @checkins is rebuilt from scratch on every request from hidden checkin_counter/checkin_barcode_N inputs (see the pre-existing single-item needs_confirm modal for the same pattern). The batch confirm modal submits its own separate <form>, which never carried these fields, so the "Checked-in items" table appeared to lose all history for items processed before the pause as soon as the librarian clicked Confirm/Skip. Mirror the existing hidden-field block into the batch confirm form so the list survives the round-trip. -- You are receiving this mail because: You are watching all bug changes.