https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25293 Bug ID: 25293 Summary: Don't call escapeHtml on null Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: didier.gautheron@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com EscapeHtml is still called on many fields without testing if they exist: Uncaught TypeError: Cannot read property 'escapeHtml' of null Fields like title, branchcode and so on aren't guarantee to be not null. If they are, for whatever reason, broken items are often next to unfixable within Koha. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.