From c9ffb0eb2003993a25e09213f30f15e070331d26 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 30 Mar 2022 06:30:18 +0100 Subject: [PATCH] Bug 24975: Pass transation_key in GetItemsInfo https://bugs.koha-community.org/show_bug.cgi?id=24875 --- C4/Items.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Items.pm b/C4/Items.pm index e4e4442879..fe86c3a03d 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -732,6 +732,7 @@ sub GetItemsInfo { serial.publisheddate, itemtypes.description, itemtypes.notforloan as notforloan_per_itemtype, + itemtypes.itemtype as translation_key, holding.branchurl, holding.branchcode, holding.branchname, -- 2.20.1