30 Jul
2025
30 Jul
'25
10:15 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40544 --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 184858 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184858&action=edit Bug 40544: Move some bundles related code out of document.ready On bug 40127 we moved the build_items_table calls outside of document ready, but createChild is defined in document.ready (and so defined too late). This patches fix the following JS error: "Uncaught ReferenceError: createChild is not defined" -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.