https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #24 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Why are you passing the syspref value to the patron_autocomplete JS function, instead of retrieving the value from there? I think you should create a global JS variable (in doc-head-close.inc for instance), then use it when you need it in patron_autocomplete. Also you are using TT syntax in 2 js files (tags-review.js and viewlog.js), it won't work. -- You are receiving this mail because: You are watching all bug changes.