From 56ce7563e2f278ebe009d3e34985842002173a96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 19 Dec 2012 21:59:33 +0100 Subject: [PATCH] =?utf8?q?Im=20Auftrags-/Angebotsbericht=20richtig=20nach?= =?utf8?q?=20Verk=C3=A4ufer=20sortieren.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Vorher wurde auch hier nach Bearbeiter sortiert. --- SL/OE.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/OE.pm b/SL/OE.pm index e11a74900..a865e3d75 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -204,7 +204,7 @@ SQL "quonumber" => "o.quonumber", "name" => "ct.name", "employee" => "e.name", - "salesman" => "e.name", + "salesman" => "s.name", "shipvia" => "o.shipvia", "transaction_description" => "o.transaction_description" ); -- 2.20.1