X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/b63cc1ed739e06f7fa526eecbf63e67a08fb348e..c1f307ca11f7b695a04101d55327390ea5a55d95:/SL/AR.pm 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, | .