3 Nov
2020
3 Nov
'20
5:30 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7607 --- Comment #20 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #17)
Actually, we have a customization that does something like this patch, and it actually causes the problem to be worse.
If you set the idx element value to '', the idx select elements don't get sent, but the empty q input elements do. So you wind up with a mismatched number of parameters.
This isn't true *if* you provide an option in the select list with a value of ''. So adding that option element in the list would help, if we want to use the Javascript in the patches. -- You are receiving this mail because: You are watching all bug changes.