https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37334
--- Comment #138 from Victor Grousset/tuxayo <[email protected]> --- When having a restricted item ($5), the item table loads indefinitely. And console says: TypeError: row.bundle_host is null Line is: if ( status == 'restricted') { nodes += '<span class="bundled">%s</span>'.format(_("In bundle: %s").format($biblio_to_html(row.bundle_host.biblio, { link: true }))); } Going back to main + yarn api:bundle ; restart_all + force refresh makes the table work. And with the patches the error happens again. -- 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/
