X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAR.pm;h=e1501b7f7a68ebfef2a2faac2203af1c9b3fe652;hb=28d69bb85e934088a56e6e8458cd08d3794e1f8b;hp=a39481b828c3c9ce7072091ab9c8381a7dedca76;hpb=b63cc1ed739e06f7fa526eecbf63e67a08fb348e;p=kivitendo-erp.git diff --git a/SL/AR.pm b/SL/AR.pm index a39481b82..e1501b7f7 100644 --- a/SL/AR.pm +++ b/SL/AR.pm @@ -427,6 +427,7 @@ sub ar_transactions { qq| a.transaction_description, | . qq| pr.projectnumber AS globalprojectnumber, | . qq| c.name, c.customernumber, c.country, c.ustid, b.description as customertype, | . + qq| c.id as customer_id, | . qq| e.name AS employee, | . qq| e2.name AS salesman, | . qq| tz.description AS taxzone, | .