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

(-)a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js (-2 / +1 lines)
Lines 402-408 $(document).ready(function() { Link Here
402
            },
402
            },
403
            {
403
            {
404
                "data": "comments_count",
404
                "data": "comments_count",
405
                "orderable": true,
405
                "orderable": false,
406
                "searchable": false,
406
                "searchable": false,
407
                "render": function(data, type, row, meta) {
407
                "render": function(data, type, row, meta) {
408
                    return escape_str(data);
408
                    return escape_str(data);
409
- 

Return to bug 37178