From 2a6b6e5535f33d4df179ad9ed8d0345510c2e9c2 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 --- 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