Bugzilla – Attachment 117330 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.63 KB, created by
PTFS Europe Sandboxes
on 2021-02-25 14:40:25 UTC
(
hide
)
Description:
Bug 27794: Add link to biblio in lateorders page
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2021-02-25 14:40:25 UTC
Size:
1.63 KB
patch
obsolete
>From 04d82495301aebe4f6131ebfff9ba761fdec823c 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 > >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> >--- > 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