Bugzilla – Attachment 9043 Details for
Bug 7926
Acq search results show empty parenthesis for orders without basket group
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7926: Acq search results show empty () for orders without basket group
Bug-7926-Acq-search-results-show-empty--for-orders.patch (text/plain), 1.94 KB, created by
Katrin Fischer
on 2012-04-09 14:56:38 UTC
(
hide
)
Description:
Bug 7926: Acq search results show empty () for orders without basket group
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-04-09 14:56:38 UTC
Size:
1.94 KB
patch
obsolete
>From 2338d3a6c5cceec65987fda617883f3bcbc7cc30 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Mon, 9 Apr 2012 16:52:56 +0200 >Subject: [PATCH] Bug 7926: Acq search results show empty () for orders > without basket group > >To test: >- search for orders by title or vendor >- make sure some results are attached to a basket group, while others are not >- make sure correct information shows in the basket group column of search results >--- > .../prog/en/modules/acqui/histsearch.tt | 8 +++++++- > 1 files changed, 7 insertions(+), 1 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 80eb827..e3445cd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt >@@ -78,7 +78,13 @@ > [% FOREACH suggestions_loo IN suggestions_loop %] > <tr> > <td>[% suggestions_loo.basketname %] (<a href="basket.pl?basketno=[% suggestions_loo.basketno %]">[% suggestions_loo.basketno %]</a>)</td> >- <td>[% suggestions_loo.groupname %] (<a href="basketgroup.pl?booksellerid=[% suggestions_loo.id %]">[% suggestions_loo.basketgroupid %]</a>)</td> >+ <td> >+ [% IF ( suggestions_loo.basketgroupid ) %] >+ [% suggestions_loo.groupname %] (<a href="basketgroup.pl?booksellerid=[% suggestions_loo.id %]">[% suggestions_loo.basketgroupid %]</a>) >+ [% ELSE %] >+ >+ [% END %] >+ </td> > <td>[% IF ( suggestions_loo.invoicenumber ) %] > <a href="/cgi-bin/koha/acqui/parcel.pl?invoice=[% suggestions_loo.invoicenumber %]&booksellerid=[% suggestions_loo.id %]&datereceived=[% suggestions_loo.datereceived %]">[% suggestions_loo.invoicenumber %]</a> > [% ELSE %] >-- >1.7.5.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 7926
:
9043
|
9544