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 390-396 $(document).ready(function() { Link Here
390
            },
390
            },
391
            {
391
            {
392
                "data": "comments_count",
392
                "data": "comments_count",
393
                "orderable": true,
393
                "orderable": false,
394
                "searchable": false,
394
                "searchable": false,
395
                "render": function(data, type, row, meta) {
395
                "render": function(data, type, row, meta) {
396
                    return escape_str(data);
396
                    return escape_str(data);
397
- 

Return to bug 37178