Bugzilla – Attachment 40193 Details for
Bug 13962
Add vendor to the acq tab on the details page in staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13962: Add link to the vendor detail page
Bug-13962-Add-link-to-the-vendor-detail-page.patch (text/plain), 1.90 KB, created by
Jonathan Druart
on 2015-06-16 16:17:51 UTC
(
hide
)
Description:
Bug 13962: Add link to the vendor detail page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-06-16 16:17:51 UTC
Size:
1.90 KB
patch
obsolete
>From b655209a0c3230c5e7590190b57856f7bfba5b0e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@koha-community.org> >Date: Tue, 16 Jun 2015 18:16:27 +0200 >Subject: [PATCH] Bug 13962: Add link to the vendor detail page > >This patch 1/ uses the class of the th to filter the columns and 2/ adds >a link on the vendor name to the vendor detail page. > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index cf47653..a124925 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -297,7 +297,7 @@ function verify_images() { > 'bAutoWidth': false, > "aaSorting": [[ 4, "desc" ]], > "aoColumnDefs": [ >- { "aTargets": [ 4, 5 ], "sType": "title-string" } >+ { "aTargets": "title-string", "sType": "title-string" } > ] > })); > >@@ -936,8 +936,8 @@ function verify_images() { > <th>Basket group</th> > <th>Basket</th> > <th>Order number</th> >- <th>Creation date</th> >- <th>Receive date</th> >+ <th class="title-string">Creation date</th> >+ <th class="title-string">Receive date</th> > <th>Status</th> > <th>Quantity</th> > </tr> >@@ -947,7 +947,7 @@ function verify_images() { > <tr> > <td> > [% IF (order.id) %] >- [% order.name %] >+ <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.id %]" title="Vendor detail page">[% order.name %]</a> > [% END %] > </td> > <td> >-- >2.1.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 13962
:
40050
|
40056
|
40192
| 40193