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

(-)a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js (-2 / +1 lines)
Lines 83-89 var renderers = { Link Here
83
            if ( $.datepicker.formatDate('yy-mm-dd', new Date(row.issuedate) ) == ymd ) {
83
            if ( $.datepicker.formatDate('yy-mm-dd', new Date(row.issuedate) ) == ymd ) {
84
                span_class = "circ-hlt";
84
                span_class = "circ-hlt";
85
            }
85
            }
86
            title += " - <span class='" + span_class + " item-note-public'>" + row.itemnotes.escapeHtm() + "</span>";
86
            title += " - <span class='" + span_class + " item-note-public'>" + row.itemnotes.escapeHtml() + "</span>";
87
        }
87
        }
88
88
89
        if ( row.itemnotes_nonpublic ) {
89
        if ( row.itemnotes_nonpublic ) {
90
- 

Return to bug 15219