View | Details | Raw Unified | Return to bug 31209
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js (-2 / +1 lines)
Lines 336-342 $(document).ready(function() { Link Here
336
                        title += " " + oObj.part_number + " " + oObj.part_name;
336
                        title += " " + oObj.part_number + " " + oObj.part_name;
337
337
338
                        if ( oObj.enumchron ) {
338
                        if ( oObj.enumchron ) {
339
                            title += " (" + oObj.enumchron.escapeHtml() + ")";
339
                            title += " <span class='item_enumeration'>(" + oObj.enumchron.escapeHtml() + ")</span>";
340
                        }
340
                        }
341
341
342
                        title += "</a></span>";
342
                        title += "</a></span>";
343
- 

Return to bug 31209