Bugzilla – Attachment 56765 Details for
Bug 7039
Link to existing record from result list in acquisition search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 7039 - Link to existing record from result list in acquisition search
PASSED-QA-Bug-7039---Link-to-existing-record-from-.patch (text/plain), 1.99 KB, created by
Katrin Fischer
on 2016-10-24 12:57:22 UTC
(
hide
)
Description:
[PASSED QA] Bug 7039 - Link to existing record from result list in acquisition search
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-10-24 12:57:22 UTC
Size:
1.99 KB
patch
obsolete
>From 3a3aa579e8812e7e70363ffe172684a273d852d4 Mon Sep 17 00:00:00 2001 >From: Andreas Roussos <arouss1980@gmail.com> >Date: Sat, 10 Sep 2016 14:41:54 +0300 >Subject: [PATCH] [PASSED QA] Bug 7039 - Link to existing record from result > list in acquisition search >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >In the Staff client -> Acquisitions, when creating orders from >existing records the result list should link to the existing >records so that it's possible to check for existing items. > >This patch adds that functionality. > >Test plan: >1) In the Staff client, go to Acquisitions and try to add an order > from existing records. >2) Observe that the titles in the Summary column are not hyperlinks. >3) Apply the patch. >4) Repeat step 1), and confirm that the titles are now links > pointing to each biblio's details page. > >Followed test plan, works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >index baf70cf..21b428c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt >@@ -74,7 +74,7 @@ > [% FOREACH biblio IN resultsloop %] > <tr> > <td> >- <p><span class="title">[% biblio.title |html %]</span> >+ <p><span class="title"><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber %]">[% biblio.title | html %]</a></span> > [% IF ( biblio.author ) %] by <span class="author">[% biblio.author %]</span>,[% END %]</p> > <p>[% IF ( biblio.isbn ) %] [% biblio.isbn %][% END %] > [% IF ( biblio.pages ) %] - [% biblio.pages %][% END %] >-- >2.7.4
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 7039
:
5910
|
55476
|
55976
| 56765