https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35771
Katariina Pohto <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Katariina Pohto <[email protected]> --- The process can be repeated like this: 1. Select several biblios and choose Place hold 2. Choose a patron 3. Select a pickup location for all biblios and deselect one of the checkmarks 4. Place holds and note that even the deselected holds was placed. I looked into the code and noticed that the biblionumbers passed on to placerequest.pl come from hidden input fields that have no connection to the checkmark fields. This also means that the form validation will not care about invalid information on the unchecked biblios, which results in errors at least when unchecked biblio doesn't have a pickup location set: 1. Select several biblios and click Place hold 2. Choose a patron 3. Deselect one of the biblio checkmarks and leave the pickup location empty for that biblio. 4. Place holds and end up on an error page. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
