Bugzilla – Attachment 139377 Details for
Bug 29144
Move branches.opac_info to AdditionalContents allowing multi language
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29144: (follow-up) Fix rebase issue related to bug 31313
Bug-29144-follow-up-Fix-rebase-issue-related-to-bu.patch (text/plain), 1.54 KB, created by
Martin Renvoize (ashimema)
on 2022-08-18 12:55:06 UTC
(
hide
)
Description:
Bug 29144: (follow-up) Fix rebase issue related to bug 31313
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-08-18 12:55:06 UTC
Size:
1.54 KB
patch
obsolete
>From 6e6bdbc746df7d8d4d2c541092223a7cb5f960f6 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 16 Aug 2022 14:19:46 +0000 >Subject: [PATCH] Bug 29144: (follow-up) Fix rebase issue related to bug 31313 > >Fixing display of holding branch name. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 90f10d0488..069ec378f2 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1247,7 +1247,7 @@ > <link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> > > [%# Show opac_info or branchurl from holding library %] >- [% SET holding_library_name = ITEM_RESULT.branchname %] >+ [% SET holding_library_name = Branches.GetName( ITEM_RESULT.holdingbranch ) %] > [% SET holding_library_url = Branches.GetURL( ITEM_RESULT.holdingbranch ) %] > [% IF ( ITEM_RESULT.holding_library_info ) %] > <a href="[% holding_library_url | url %]" class="library_info" data-info="[% ITEM_RESULT.holding_library_info | html %]" data-name="[% holding_library_name | html %]"> >-- >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 29144
:
138473
|
138474
|
138527
|
138528
|
138599
|
138600
|
138601
|
138602
|
138603
|
138604
|
138605
|
138606
|
138607
|
138608
|
138609
|
139182
|
139183
|
139184
|
139185
|
139186
|
139187
|
139188
|
139189
|
139190
|
139191
|
139192
|
139197
|
139198
|
139199
|
139200
|
139201
|
139202
|
139203
|
139204
|
139205
|
139206
|
139207
|
139208
|
139366
|
139367
|
139368
|
139369
|
139370
|
139371
|
139372
|
139373
|
139374
|
139375
|
139376
|
139377
|
140020
|
140021
|
140022
|
140023
|
140024
|
140025
|
140026
|
140027
|
140028
|
140029
|
140030
|
140707