X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FAR.pm;h=e1501b7f7a68ebfef2a2faac2203af1c9b3fe652;hb=bf8db146f807d3f374334f9b91671d32592c5974;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, | .