@@ -, +, @@ checkouts list chronology' field that the title and enumchron have been merged into one string with class="item_enumeration" matching the class in the list of checkins --- koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js +++ a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ -336,7 +336,7 @@ $(document).ready(function() { title += " " + oObj.part_number + " " + oObj.part_name; if ( oObj.enumchron ) { - title += " (" + oObj.enumchron.escapeHtml() + ")"; + title += " (" + oObj.enumchron.escapeHtml() + ")"; } title += ""; --