30 Jul
2021
30 Jul
'21
2:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782 --- Comment #5 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- (In reply to Owen Leonard from comment #3)
Everything tests well except for the cart. I found that I can't place holds because of a JavaScript error:
Uncaught TypeError: bib_params.size is not a function placeHold http://127.0.0.1:8081/intranet-tmpl/prog/js/cart_21.0600010.js:16
Thanks for spotting, I was using the jQuery size() function instead of native JS length function accidentally. That's now fixed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.