Bugzilla – Attachment 141062 Details for
Bug 16522
Add 773 (Host item entry) to the cart and list displays and e-mails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16522: (follow-up) Fix variable in OPAC cart brief display
Bug-16522-follow-up-Fix-variable-in-OPAC-cart-brie.patch (text/plain), 1.89 KB, created by
Katrin Fischer
on 2022-09-28 14:25:33 UTC
(
hide
)
Description:
Bug 16522: (follow-up) Fix variable in OPAC cart brief display
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-09-28 14:25:33 UTC
Size:
1.89 KB
patch
obsolete
>From 5a152768533a92e5ecf5073a9fd49dfc5c4fb614 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Wed, 28 Sep 2022 13:00:25 +0000 >Subject: [PATCH] Bug 16522: (follow-up) Fix variable in OPAC cart brief > display > >Without this change records 773 entries with links in $w would >not display the title information, but just "No title". >With the variable fixed, now the host's title displays. > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >index 87bc448758..949e6984dc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt >@@ -311,7 +311,7 @@ > [% IF BIBLIO_RESULT.HOSTITEMENTRIES %] > <p>In: > [% IF BIBLIO_RESULT.HOSTITEMENTRIES.biblionumber %] >- <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% BIBLIO_RESULT.HOSTITEMENTRIES.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio=entry %]</a> [% BIBLIO_RESULT.RELATEDPARTS | html %] >+ <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% BIBLIO_RESULT.HOSTITEMENTRIES.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio=BIBLIO_RESULT.HOSTITEMENTRIES %]</a> [% BIBLIO_RESULT.RELATEDPARTS | html %] > [% ELSE %] > [% BIBLIO_RESULT.HOSTITEMENTRIES | html %] > [% 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 16522
:
114178
|
114429
|
120425
|
130250
|
133509
|
135416
|
137196
|
137197
|
139168
|
139169
|
139846
|
139847
|
139848
|
141058
|
141059
|
141060
|
141061
|
141062
|
141063
|
142036
|
142037
|
142038
|
142039
|
142040
|
142041
|
142042
|
142843
|
144455
|
144456
|
145047
|
145521
|
145522
|
145523
|
145524
|
145525
|
145526
|
145527
|
145528