https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19814 --- Comment #139 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 204036 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204036&action=edit Bug 19814: (follow-up) Preserve batch state on modal re-entry The batchConfirmModal form omitted hidden inputs for exemptfine, dropboxmode, return_date_override, and forgivemanualholdsexpire, so the drain loop that resumes after the librarian resolves a pending needs_confirm/bundle_confirm row lost the original submit state. This commit threads those values through as batch_state_* template params and emits matching hidden inputs in the modal form so the re-submitted batch POST matches the original one. Test plan: 1) In staff circulation, enable batch mode and turn on exempt fine plus dropbox mode. 2) Submit a batch containing at least one item that triggers a hold confirmation. 3) Resolve the modal prompt and verify the drained batch honors the exempt fine and dropbox mode settings in the final results. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.