Bugzilla – Attachment 16168 Details for
Bug 9824
Hide basket with no expected items in basket list by bookseller
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
change sql query in GetBasketsInfosByBookseller
0001-Bug 9824 Hide basket with no expected items in basqket list by bookseller.patch (text/plain), 867 bytes, created by
Koha Team University Lyon 3
on 2013-03-15 17:19:20 UTC
(
hide
)
Description:
change sql query in GetBasketsInfosByBookseller
Filename:
MIME Type:
Creator:
Koha Team University Lyon 3
Created:
2013-03-15 17:19:20 UTC
Size:
867 bytes
patch
obsolete
>From e4c4dcc79ca2f4072167f1dda537fb813ecc13ca Mon Sep 17 00:00:00 2001 >From: Lyon3 Team <koha@univ-lyon3.fr> >Date: Fri, 15 Mar 2013 17:00:06 +0100 >Subject: [PATCH] Bug 9824 - Hide basket with no expected items in basqket list by bookseller > >--- > C4/Acquisition.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm >index 4a9eae6..73ec1d6 100644 >--- a/C4/Acquisition.pm >+++ b/C4/Acquisition.pm >@@ -595,7 +595,7 @@ sub GetBasketsInfosByBookseller { > ) AS expected_items > FROM aqbasket > LEFT JOIN aqorders ON aqorders.basketno = aqbasket.basketno >- WHERE booksellerid = ? >+ WHERE booksellerid = ? and quantity>quantityreceived and aqorders.datecancellationprinted IS NULL > GROUP BY aqbasket.basketno > }; > my $sth = $dbh->prepare($query); >-- >1.7.2.5 >
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 9824
:
16168
|
16639
|
18168
|
18184
|
18214
|
18215
|
18219
|
18220
|
18221
|
18311
|
18312
|
18313
|
18332
|
18336
|
18348
|
18506