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

(-)a/admin/columns_settings.yml (-4 lines)
Lines 532-541 modules: Link Here
532
              cannot_be_toggled: 1
532
              cannot_be_toggled: 1
533
            -
533
            -
534
              columnname: author
534
              columnname: author
535
            -
536
              columnname: collection_code
537
            -
538
              columnname: item_type
539
            -
535
            -
540
              columnname: callnumber
536
              columnname: callnumber
541
            -
537
            -
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-14 / +1 lines)
Lines 1644-1650 Note that permanent location is a code, and location may be an authval. Link Here
1644
                    ],
1644
                    ],
1645
                    "order": [[ 1, "asc" ]],
1645
                    "order": [[ 1, "asc" ]],
1646
                    "columnDefs": [ {
1646
                    "columnDefs": [ {
1647
                        "targets": [0,1,2,3,4,5],
1647
                        "targets": [0,1,2,3],
1648
                        "render": function (data, type, row, meta) {
1648
                        "render": function (data, type, row, meta) {
1649
                            if ( data && type == 'display' ) {
1649
                            if ( data && type == 'display' ) {
1650
                                return data.escapeHtml();
1650
                                return data.escapeHtml();
Lines 1668-1685 Note that permanent location is a code, and location may be an authval. Link Here
1668
                            "searchable": true,
1668
                            "searchable": true,
1669
                            "orderable": true,
1669
                            "orderable": true,
1670
                        },
1670
                        },
1671
                        {
1672
                            "data": "collection_code",
1673
                            "title": _("Collection"),
1674
                            "searchable": true,
1675
                            "orderable": true,
1676
                        },
1677
                        {
1678
                            "data": "item_type",
1679
                            "title": _("Item type"),
1680
                            "searchable": false,
1681
                            "orderable": true,
1682
                        },
1683
                        {
1671
                        {
1684
                            "data": "callnumber",
1672
                            "data": "callnumber",
1685
                            "title": _("Callnumber"),
1673
                            "title": _("Callnumber"),
1686
- 

Return to bug 28854