https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25678 Bug ID: 25678 Summary: Checkout stuck "Loading... you may continue scanning" because of Javascript error Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com checkouts.js creates fatal Javascript errors when it tries to run "escapeHtml()" on null values. This typically happens when a title or some other data element is null. That said, in theory many of these data elements shouldn't be null. But... we shouldn't be dying on Javascript errors either. We should catch the condition and do something about it. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.