Bugzilla – Attachment 59224 Details for
Bug 17771
Add link to bibliographic record on spent/ordered lists in acquisitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17771: aqorders.biblionumber was already part of the query
Bug-17771-aqordersbiblionumber-was-already-part-of.patch (text/plain), 774 bytes, created by
Jonathan Druart
on 2017-01-19 11:47:16 UTC
(
hide
)
Description:
Bug 17771: aqorders.biblionumber was already part of the query
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-01-19 11:47:16 UTC
Size:
774 bytes
patch
obsolete
>From 128ef71de4f15f48569bceeb1df7941e3dae8894 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 19 Jan 2017 12:46:03 +0100 >Subject: [PATCH] Bug 17771: aqorders.biblionumber was already part of the > query > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > acqui/spent.pl | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/acqui/spent.pl b/acqui/spent.pl >index f05c264..f31b283 100755 >--- a/acqui/spent.pl >+++ b/acqui/spent.pl >@@ -64,8 +64,7 @@ SELECT > aqinvoices.invoicenumber, > quantityreceived, > unitprice, >- datereceived, >- aqorders.biblionumber >+ datereceived > FROM (aqorders, aqbasket) > LEFT JOIN biblio ON > biblio.biblionumber=aqorders.biblionumber >-- >2.9.3
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 17771
:
59114
|
59116
|
59128
|
59223
|
59224
|
59225
|
59226
|
59227
|
59228
|
59229
|
59230