From b49d6633a85f65d96ad8d7bd6bace8f0dbe8581c 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 Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- 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.7.6