Bugzilla – Attachment 148823 Details for
Bug 33299
Item type column is empty when placing item level holds in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33299: Item type column displays translated_description when placing item level holds in OPAC
Bug-33299-Item-type-column-displays-translateddesc.patch (text/plain), 1.70 KB, created by
Mark Hofstetter
on 2023-03-28 13:53:37 UTC
(
hide
)
Description:
Bug 33299: Item type column displays translated_description when placing item level holds in OPAC
Filename:
MIME Type:
Creator:
Mark Hofstetter
Created:
2023-03-28 13:53:37 UTC
Size:
1.70 KB
patch
obsolete
>From fdefad9a3836965ee2bda2bc40cef09fcbea665b Mon Sep 17 00:00:00 2001 >From: Mark Hofstetter <mark@hofstetter.at> >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 @@ > <img src="[% itemLoo.imageurl | html %]" alt="" /> > [% END %] > [% END %] >- <span class="itypetext">[% itemLoo.itemtype.translated_description | html %]</span> >+ <span class="itypetext">[% itemLoo.translated_description | html %]</span> > </td> > [% END %] > >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33299
:
148823
|
149013
|
149073