@@ -, +, @@ --- .../en/includes/html_helpers/tables/items/catalogue_detail.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc @@ -282,7 +282,8 @@ [% END %] [% IF ( item_level_itypes ) %] { - data: "me.itype:biblioitem.itemtype", + data: "me.item_type_id", // FIXME Cannot filter by biblioitem.itemtype + // FIXME Cannot filter on item type description className: "itype", searchable: true, orderable: true, --