https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19814
--- Comment #95 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 203250 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203250&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. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
