Bugzilla – Attachment 35626 Details for
Bug 13244
GetCancelledOrders and GetOrders can be merged
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13244: (follow-up) fix mixup to and from in the sql query
PASSED-QA-Bug-13244-follow-up-fix-mixup-to-and-fro.patch (text/plain), 914 bytes, created by
Kyle M Hall (khall)
on 2015-01-30 13:41:16 UTC
(
hide
)
Description:
[PASSED QA] Bug 13244: (follow-up) fix mixup to and from in the sql query
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-01-30 13:41:16 UTC
Size:
914 bytes
patch
obsolete
>From 4acdcef8fb3557384384e89313b49106047e8b4a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 28 Jan 2015 16:37:06 +0100 >Subject: [PATCH] [PASSED QA] Bug 13244: (follow-up) fix mixup to and from in the sql query > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/Acquisition.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm >index dfa4cee..8027a1f 100644 >--- a/C4/Acquisition.pm >+++ b/C4/Acquisition.pm >@@ -1061,7 +1061,7 @@ sub GetOrders { > |; > $query .= $cancelled > ? q| >- aqorders_transfers.ordernumber_from AS transferred_to, >+ aqorders_transfers.ordernumber_to AS transferred_to, > aqorders_transfers.timestamp AS transferred_to_timestamp > | > : q| >-- >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 13244
:
33517
|
33518
|
33519
|
35582
|
35583
|
35584
|
35585
|
35586
|
35624
|
35625
|
35626
|
36034
|
36035