https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38040 --- Comment #29 from David Cook <dcook@prosentient.com.au> --- 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.