Bugzilla – Attachment 75454 Details for
Bug 20797
If an Ill request has an associated bib record, the detail view should contain a link to the record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20797 - Add link to biblio detail view from ILL detail view
Bug-20797---Add-link-to-biblio-detail-view-from-IL.patch (text/plain), 1.42 KB, created by
Martin Renvoize (ashimema)
on 2018-05-21 08:35:56 UTC
(
hide
)
Description:
Bug 20797 - Add link to biblio detail view from ILL detail view
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-05-21 08:35:56 UTC
Size:
1.42 KB
patch
obsolete
>From 385dfbd1e86666b28524a9f742db12d1a63e20d8 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 21 May 2018 09:34:39 +0100 >Subject: [PATCH] Bug 20797 - Add link to biblio detail view from ILL detail > view > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >index 70f31cad16..b36ce8e2fe 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt >@@ -518,7 +518,11 @@ > > <div class="biblio_id"> > <span class="label biblio_id">Biblio ID:</span> >- [% request.biblio_id || "N/A" %] >+ [% IF request.biblio_id %] >+ <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% request.biblio_id %]">[% request.biblio_id %]</a> >+ [% ELSE %] >+ N/A >+ [% END %] > </div> > <div class="branchcode"> > <span class="label branchcode">Library:</span> >-- >2.14.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 20797
:
75454
|
75485
|
75486
|
75656
|
75870
|
79495
|
79496
|
79497
|
79578
|
79579
|
79580
|
79581
|
79582
|
79946
|
79947
|
80018
|
80019
|
80021
|
80022
|
80038
|
80040
|
80047
|
80048
|
80049
|
80055
|
80071
|
80072
|
80073
|
80120
|
80121
|
80122