From 3b03790015f7b5ef327fdfc1de0efe8b1f9ec0fd Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 27 Jun 2022 14:32:49 +0100 Subject: [PATCH] Bug 28854: (follow-up) Expand itemtype [WIP] WIP: --- .../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 diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/js-itemtype-format.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/js-itemtype-format.inc new file mode 100644 index 0000000000..393632406b --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/js-itemtype-format.inc @@ -0,0 +1,57 @@ + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 754c80211b..ffe5d55982 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/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, -- 2.20.1