Bugzilla – Attachment 149073 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.80 KB, created by
Nick Clemens (kidclamp)
on 2023-04-01 23:32:43 UTC
(
hide
)
Description:
Bug 33299: Item type column displays translated_description when placing item level holds in OPAC
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-04-01 23:32:43 UTC
Size:
1.80 KB
patch
obsolete
>From dfd29c65307bf225a30554e1979f72806592e3fd 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 ;-) > >Signed-off-by: Amaury Gau <amaury.gau@bulac.fr> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > 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 @@ > <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.30.2
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