X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/54307494841ee7557e05599318725838f7fae990..b2321d6af4052de92acf0e3e1e81e29380a4d0f8:/SL/OE.pm 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" );