[Koha-bugs] [Bug 15219] Server-side processing and pagination on checkouts tables

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 9 15:51:03 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219

--- Comment #55 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Typo in :
Bug 15219: Fix date sorting when server-side processing is disabled :

-            title += " - <span class='" + span_class + " item-note-public'>" +
oObj.itemnotes.escapeHtml() + "</span>";
+            title += " - <span class='" + span_class + " item-note-public'>" +
row.itemnotes.escapeHtm() + "</span>";

escapeHtm() instead of escapeHtml()

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list