https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41580

--- Comment #33 from Paul Derscheid <[email protected]> ---
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 <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to