Bugzilla – Attachment 97372 Details for
Bug 24343
Show subtitle, number and parts in course reserves list of titles in staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24343: Show subtitle, number and parts in course reserves list of titles in staff client
Bug-24343-Show-subtitle-number-and-parts-in-course.patch (text/plain), 2.43 KB, created by
Katrin Fischer
on 2020-01-14 22:26:39 UTC
(
hide
)
Description:
Bug 24343: Show subtitle, number and parts in course reserves list of titles in staff client
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-01-14 22:26:39 UTC
Size:
2.43 KB
patch
obsolete
>From 092bf0714d57e54cceffc03ce5b2fe9a476947b4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Sat, 4 Jan 2020 21:53:45 +0000 >Subject: [PATCH] Bug 24343: Show subtitle, number and parts in course reserves > list of titles in staff client > >Adapted from Bug 23784: 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 reserve course > Make sure you have titles with different combinations of 245$b$n$p > - Look at the course details in the staff client > - 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> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/course_reserves/course-details.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >index 5b45fc9b5f..ab08e01654 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >@@ -95,7 +95,7 @@ > <tbody> > [% FOREACH cr IN course_reserves %] > <tr> >- <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cr.biblio.biblionumber | uri %]">[% cr.biblio.title | html %]</a></td> >+ <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% cr.biblio.biblionumber | uri %]">[% INCLUDE 'biblio-title.inc' biblio=cr.biblio %]</a></td> > <td>[% cr.biblio.author | html %]</td> > <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% cr.item.itemnumber | uri %]&biblionumber=[% cr.biblio.biblionumber | uri %]&bi=[% cr.biblioitem.biblioitemnumber | uri %]">[% cr.item.barcode | html %]</a></td> > <td>[% cr.item.itemcallnumber | html %]</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 24343
:
96823
|
96836
| 97372