From 1d78670f0cd26dad72442e8c2e5c6e102b2bf2e2 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 28 Jan 2015 16:37:06 +0100 Subject: [PATCH] Bug 13244: (follow-up) fix mixup to and from in the sql query Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- C4/Acquisition.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 2c9ebe8f7c..1b3047aeca 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| -- 2.39.5