https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41580 --- Comment #33 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Created attachment 194977 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194977&action=edit Bug 41580: (QA follow-up) Fix suspend status check in batch modify holds - Fix typo: hold.suspened → hold.suspended, the suspension check never fired because the property name was misspelled - Restore DOM update: the tidy replaced \$("#new_suspend_status").val("1") with a local variable assignment that had no effect on the submitted form data To test: - Go to Tools → Batch modify holds - Load holds that are not suspended - Set a suspend date without changing suspend status - Submit and verify the suspend status is automatically set to 1 Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> -- You are receiving this mail because: You are watching all bug changes.