Bugzilla – Attachment 20895 Details for
Bug 5336
Acq history search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5336: Late orders search: don't display deleted order.
Bug-5336-Late-orders-search-dont-display-deleted-o.patch (text/plain), 1.02 KB, created by
Jonathan Druart
on 2013-09-09 08:02:12 UTC
(
hide
)
Description:
Bug 5336: Late orders search: don't display deleted order.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-09-09 08:02:12 UTC
Size:
1.02 KB
patch
obsolete
>From ff09936bddc6bd2672e51552b1fd02fa5d37665f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 23 Apr 2013 15:30:11 +0200 >Subject: [PATCH] Bug 5336: Late orders search: don't display deleted order. > >Test plan: >Check that deleted orders are not listed in the late orders search >results. >Signed-off-by: Cedric Vita <cedric.vita@dracenie.com> >--- > C4/Acquisition.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm >index b9f6a50..76d9986 100644 >--- a/C4/Acquisition.pm >+++ b/C4/Acquisition.pm >@@ -1924,6 +1924,7 @@ sub GetLateOrders { > $from .= ' AND borrowers.branchcode LIKE ? '; > push @query_params, C4::Context->userenv->{branch}; > } >+ $from .= " AND orderstatus <> 4 "; > my $query = "$select $from $having\nORDER BY latesince, basketno, borrowers.branchcode, supplier"; > $debug and print STDERR "GetLateOrders query: $query\nGetLateOrders args: " . join(" ",@query_params); > my $sth = $dbh->prepare($query); >-- >1.7.10.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 5336
:
11603
|
11604
|
11792
|
14067
|
14188
|
14213
|
16013
|
17612
|
17613
|
17615
|
17617
|
17648
|
17649
|
17650
|
17883
|
18187
|
18411
|
18412
|
18413
|
18414
|
18496
|
18497
|
18498
|
18499
|
18500
|
19317
|
19318
|
19319
|
19320
|
19321
|
19550
|
20894
|
20895
|
20896
|
20897
|
20898
|
20899
|
21689
|
21690
|
21691
|
21692
|
21693
|
21694
|
21695
|
21696
|
21697
|
21707
|
21708
|
21709
|
21751
|
21752
|
21753
|
21754
|
21755
|
21756
|
21757
|
21758