Bugzilla – Attachment 117365 Details for
Bug 27794
Add link to biblio in lateorders page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27794: Add link to biblio in lateorders page
Bug-27794-Add-link-to-biblio-in-lateorders-page.patch (text/plain), 1.73 KB, created by
Marcel de Rooy
on 2021-02-26 08:42:15 UTC
(
hide
)
Description:
Bug 27794: Add link to biblio in lateorders page
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2021-02-26 08:42:15 UTC
Size:
1.73 KB
patch
obsolete
>From 735aea45162d2a6b6c89c7d56e5f4553675a4744 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 25 Feb 2021 14:03:43 +0000 >Subject: [PATCH] Bug 27794: Add link to biblio in lateorders page >Content-Type: text/plain; charset=utf-8 > >This patch modifies the late orders page so that the late order title >uses the "biblio-title" include to display a standard title with a link >to the bibliographic detail page. > >To test, apply the patch and go to Acquisitions -> Late orders. > >In the table of late orders, confirm that the title display correctly >and links to the correct bibliographic record. > >Signed-off-by: Severine QUEUNE <severine.queune@bulac.fr> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >index 97b7aacc2f..16ed1d54f5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt >@@ -99,7 +99,7 @@ > ([% lateorder.basket.bookseller.id | html %]) > </td> > <td> >- <strong>[% lateorder.biblio.title | html %]</strong> >+ <span class="title">[% INCLUDE 'biblio-title.inc' biblio=lateorder.biblio link=1 %]</span> > [% IF ( lateorder.biblio.author ) %]<br/><em>Author:</em> [% lateorder.biblio.author | html %][% END %] > [% IF ( lateorder.biblio.biblioitem.publishercode ) %] > <br/><em>Published by:</em> [% lateorder.biblio.biblioitem.publishercode | html %] >-- >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 27794
:
117328
|
117330
| 117365