]> wagnertech.de Git - mfinanz.git/blobdiff - SL/OE.pm
Suche nach Verkäufer in Mahnungen und Anzeige von Kundennummer in der Auftragssuche.
[mfinanz.git] / SL / OE.pm
index b40c06a74463b0020ad47694a16064518f866396..dcfca7a05839b1d8f72e56dca5c391bb0df313bc 100644 (file)
--- a/SL/OE.pm
+++ b/SL/OE.pm
@@ -90,7 +90,7 @@ sub transactions {
     qq|  ex.$rate AS exchangerate, | .
     qq|  pr.projectnumber AS globalprojectnumber, | .
     qq|  e.name AS employee, s.name AS salesman, | .
-    qq|  ct.country, ct.ustid  | .
+    qq|  ct.customernumber, ct.country, ct.ustid  | .
     qq|FROM oe o | .
     qq|JOIN $vc ct ON (o.${vc}_id = ct.id) | .
     qq|LEFT JOIN employee e ON (o.employee_id = e.id) | .