From dfd29c65307bf225a30554e1979f72806592e3fd Mon Sep 17 00:00:00 2001 From: Mark Hofstetter Date: Tue, 28 Mar 2023 15:46:38 +0200 Subject: [PATCH] Bug 33299: Item type column displays translated_description when placing item level holds in OPAC 0. go to detail page of a record->place hold->"show more options"->"specific item" 1. Item type column is empty when placing item level holds in OPAC (or only the image is displayed) 2. apply patch 3. now the translated description is also shown 4. test with another language 4. please sign off ;-) Signed-off-by: Amaury Gau Signed-off-by: Nick Clemens --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt index db234af0d4..9a6a452a08 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -421,7 +421,7 @@ [% END %] [% END %] - [% itemLoo.itemtype.translated_description | html %] + [% itemLoo.translated_description | html %] [% END %] -- 2.30.2