@@ -, +, @@ --- .../prog/en/includes/js-itemtype-format.inc | 57 +++++++++++++++++++ .../prog/en/modules/catalogue/detail.tt | 2 +- 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/js-itemtype-format.inc --- a/koha-tmpl/intranet-tmpl/prog/en/includes/js-itemtype-format.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/js-itemtype-format.inc @@ -0,0 +1,57 @@ + --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1512,7 +1512,7 @@ Note that permanent location is a code, and location may be an authval. "orderable": true, }, { - "data": "item_type", + "data": "item_type_id", "title": _("Item type"), "searchable": false, "orderable": true, --