Bugzilla – Attachment 55976 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]
Bug 7039 - Link to existing record from result list in acquisition search
Bug-7039---Link-to-existing-record-from-result-lis.patch (text/plain), 1.92 KB, created by
Marc Véron
on 2016-10-03 14:23:44 UTC
(
hide
)
Description:
Bug 7039 - Link to existing record from result list in acquisition search
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-10-03 14:23:44 UTC
Size:
1.92 KB
patch
obsolete
>From b40d481ba6c21b5c6de466d1fb080ae330f1f0a7 Mon Sep 17 00:00:00 2001 >From: Andreas Roussos <arouss1980@gmail.com> >Date: Sat, 10 Sep 2016 14:41:54 +0300 >Subject: [PATCH] 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> >--- > 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.1.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