https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28782
--- Comment #5 from Joonas Kylmälä <[email protected]> --- (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. _______________________________________________ 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/
