https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33117
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #24 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
