Bugzilla – Attachment 88290 Details for
Bug 22664
Link basket name and basket group name instead of the, often short, basket numbers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22664: Link names in order search results instead of numbers
Bug-22664-Link-names-in-order-search-results-inste.patch (text/plain), 2.28 KB, created by
Biblibre Sandboxes
on 2019-04-18 12:11:39 UTC
(
hide
)
Description:
Bug 22664: Link names in order search results instead of numbers
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2019-04-18 12:11:39 UTC
Size:
2.28 KB
patch
obsolete
>From 96ea555aa4fed3a300cf55aba7f89f23ac9beb22 Mon Sep 17 00:00:00 2001 >From: Liz Rea <wizzyrea@gmail.com> >Date: Mon, 8 Apr 2019 19:00:01 +0000 >Subject: [PATCH] Bug 22664: Link names in order search results instead of > numbers >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >Make up some orders, put some in basket groups. >Search for your vendor's orders, note that the only thing linking to the >order is a tiny number in parentheses. >Apply this patch, restart the things. >Refresh the results, note that te basket names *and* numbers are linked >now. >Rejoice. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >index c925d73..e685308 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -64,11 +64,11 @@ > [% CASE 'cancelled' %]Cancelled > [% END %] > </td> >- <td>[% order.basketname | html %] (<a href="basket.pl?basketno=[% order.basketno | uri %]">[% order.basketno | html %]</a>)</td> >+ <td><a href="basket.pl?basketno=[% order.basketno | uri %]">[% order.basketname | html %] ([% order.basketno | html %])</a></td> > <td>[% order.authorisedbyname | html %]</td> > <td> > [% IF ( order.basketgroupid ) %] >- [% order.groupname | html %] (<a href="basketgroup.pl?op=add&booksellerid=[% order.id | uri %]&basketgroupid=[% order.basketgroupid | uri %]">[% order.basketgroupid | html %]</a>) >+ <a href="basketgroup.pl?op=add&booksellerid=[% order.id | uri %]&basketgroupid=[% order.basketgroupid | uri %]">[% order.groupname | html %] ([% order.basketgroupid | html %])</a> > [% ELSE %] > > [% 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 22664
:
87546
|
87547
|
87549
|
88159
|
88246
|
88290
|
88291
|
88684
|
88685