@@ -, +, @@ --- admin/columns_settings.yml | 4 ---- .../prog/en/modules/catalogue/detail.tt | 14 +------------- 2 files changed, 1 insertion(+), 17 deletions(-) --- a/admin/columns_settings.yml +++ a/admin/columns_settings.yml @@ -532,10 +532,6 @@ modules: cannot_be_toggled: 1 - columnname: author - - - columnname: collection_code - - - columnname: item_type - columnname: callnumber - --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1644,7 +1644,7 @@ Note that permanent location is a code, and location may be an authval. ], "order": [[ 1, "asc" ]], "columnDefs": [ { - "targets": [0,1,2,3,4,5], + "targets": [0,1,2,3], "render": function (data, type, row, meta) { if ( data && type == 'display' ) { return data.escapeHtml(); @@ -1668,18 +1668,6 @@ Note that permanent location is a code, and location may be an authval. "searchable": true, "orderable": true, }, - { - "data": "collection_code", - "title": _("Collection"), - "searchable": true, - "orderable": true, - }, - { - "data": "item_type", - "title": _("Item type"), - "searchable": false, - "orderable": true, - }, { "data": "callnumber", "title": _("Callnumber"), --