X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FOE.pm;h=739d8a017c0ffdf441ed56de201cdd02aeba1106;hb=5b2980ad49f1937786d25f10fa9dac43cf255eb0;hp=fe293612a0002e928b0390ff40f64bc710e0adbd;hpb=b005945901f69ed299f94049d5f0fff7f3ad074e;p=kivitendo-erp.git diff --git a/SL/OE.pm b/SL/OE.pm index fe293612a..739d8a017 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -73,7 +73,8 @@ sub transactions { qq| o.marge_total, o.marge_percent, | . qq| ex.$rate AS exchangerate, | . qq| pr.projectnumber AS globalprojectnumber, | . - qq| e.name AS employee, s.name AS salesman | . + qq| e.name AS employee, s.name AS salesman, | . + qq| 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) | .