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

(-)a/admin/columns_settings.yml (-4 lines)
Lines 528-537 modules: Link Here
528
              cannot_be_toggled: 1
528
              cannot_be_toggled: 1
529
            -
529
            -
530
              columnname: author
530
              columnname: author
531
            -
532
              columnname: collection_code
533
            -
534
              columnname: item_type
535
            -
531
            -
536
              columnname: callnumber
532
              columnname: callnumber
537
            -
533
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-14 / +1 lines)
Lines 1481-1487 Note that permanent location is a code, and location may be an authval. Link Here
1481
                    ],
1481
                    ],
1482
                    "order": [[ 1, "asc" ]],
1482
                    "order": [[ 1, "asc" ]],
1483
                    "columnDefs": [ {
1483
                    "columnDefs": [ {
1484
                        "targets": [0,1,2,3,4,5],
1484
                        "targets": [0,1,2,3],
1485
                        "render": function (data, type, row, meta) {
1485
                        "render": function (data, type, row, meta) {
1486
                            if ( data && type == 'display' ) {
1486
                            if ( data && type == 'display' ) {
1487
                                return data.escapeHtml();
1487
                                return data.escapeHtml();
Lines 1505-1522 Note that permanent location is a code, and location may be an authval. Link Here
1505
                            "searchable": true,
1505
                            "searchable": true,
1506
                            "orderable": true,
1506
                            "orderable": true,
1507
                        },
1507
                        },
1508
                        {
1509
                            "data": "collection_code",
1510
                            "title": _("Collection"),
1511
                            "searchable": true,
1512
                            "orderable": true,
1513
                        },
1514
                        {
1515
                            "data": "item_type",
1516
                            "title": _("Item type"),
1517
                            "searchable": false,
1518
                            "orderable": true,
1519
                        },
1520
                        {
1508
                        {
1521
                            "data": "callnumber",
1509
                            "data": "callnumber",
1522
                            "title": _("Callnumber"),
1510
                            "title": _("Callnumber"),
1523
- 

Return to bug 28854