8 Jan
2026
8 Jan
'26
3:08 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41545 --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 191026 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191026&action=edit Bug 41545: Remove JS warning "redeclaration of let filters_options" On the suggestions page more than one patron search is injected into the page that leads to JS warnings when the JS variable is defined with "let". We should use "var" in this case. Test plan: /cgi-bin/koha/suggestion/suggestion.pl?op=add_form&branchcode=CPL And notice that the warning does no longer appear when this patch is applied. -- You are receiving this mail because: You are watching all bug changes.