Bugzilla – Attachment 96810 Details for
Bug 23784
Show subtitle, number and parts in course reserves list of items in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23784: Show subtitle, number and part in course reserve list of records
Bug-23784-Show-subtitle-number-and-part-in-course-.patch (text/plain), 2.24 KB, created by
ByWater Sandboxes
on 2020-01-03 22:30:24 UTC
(
hide
)
Description:
Bug 23784: Show subtitle, number and part in course reserve list of records
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2020-01-03 22:30:24 UTC
Size:
2.24 KB
patch
obsolete
>From 646c59913f633f40a5870c5b9c63e291f47ed325 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 2 Nov 2019 06:39:28 +0000 >Subject: [PATCH] Bug 23784: Show subtitle, number and part in course reserve > list of records > >At the moment only the title will display in the course reserves >details, but not the information from other title fields. For >series with multiple volumes that can lead to confusing display. >The patch makes use of the new include to display 245$abnp. > >To test: >- Add mulitple records to a course reserce course > Make sure you have some with different combinations of 245$b$n$p >- Look at the course details in the OPAC >- Verify only $a displays >- Apply patch >- Reload >- Verify now the full information displays > >Depending on your installation, you might want ot check that the 245 >are correctly mapped and save the record once so the database >fields are correctly filled. > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >index b7d43fba22..6ab523fca8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >@@ -68,7 +68,7 @@ > <tbody> > [% FOREACH cr IN course_reserves %] > <tr> >- <td><a href="opac-detail.pl?biblionumber=[% cr.biblio.biblionumber | uri %]">[% cr.biblio.title | html %]</a></td> >+ <td><a href="opac-detail.pl?biblionumber=[% cr.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title-head.inc' biblio=cr.biblio %]</a></td> > <td>[% cr.biblio.author | html %]</td> > <td>[% ItemTypes.GetDescription( cr.item.itype ) | html %]</td> > <td>[% Branches.GetName( cr.item.holdingbranch ) | html %] <br/> <i>[% AuthorisedValues.GetByCode( 'LOC', cr.item.location, 1 ) | html %]</i></td> >-- >2.11.0
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 23784
:
94971
|
96810
|
98445