From fdefad9a3836965ee2bda2bc40cef09fcbea665b 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 ;-) --- 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 61ae289193..af86dc5b23 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.20.1