https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42611 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #4 from Jonathan Druart <jonathan.druart@gmail.com> --- I am not against moving to separate JS files, but I have advertise big work in the datatables and script tags area in the last months, and this is only causing more conflicts. We had this error in a couple of other places and we solved it with a single character: - let table_dt = table.DataTable(); + let table_dt = table?.DataTable(); Also it would have helped to have the fix separate than the move, to clearly identify what the fix is. -- You are receiving this mail because: You are watching all bug changes.