https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38040
--- Comment #29 from David Cook <[email protected]> --- I was busy today, but taking a quick look at the code. Needed to add the following to request.tt as it wasn't disabling the pickup location dropdown: $(this).find('.pickup_location_dropdown').prop('disabled', true); -- It looks like these patches don't take into account modrequest.pl? That script is invoked by the "Update hold(s)" button. (Holds/reserves code truly is a nightmare, eh?) -- I am tempted to take the frontend shortcut for my current project, since validating server-side is a minefield. I'll think on this more tomorrow... -- 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/
