26 Jun
2024
26 Jun
'24
3:37 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35823 --- Comment #5 from Alexandre Noel <alexandre.noel@inlibro.com> --- (In reply to Nick Clemens (kidclamp) from comment #4)
The patch here adds a new class, and adds it to the selectors - the problem stems from bug 35254 which updated the select name, but not the jQuery selectors.
This patch works, but either: 1 - We should remove the old 'name="budget_id"' selector as it is not working and just use the new one 2 - Don't add a new class, but update the selector to match the current name: 'name^="budget_id_"'
You're right, it will be cleaner that way. I'm making the changes now! -- You are receiving this mail because: You are watching all bug changes.