diff --git a/process/Organisation_lib/process.js b/process/Organisation_lib/process.js
index 6984d2775808e432f9d3fcfb6dbb1fe03db806f3..0fe9f10f561acc43a01c1514f12da885a9a789c1 100644
--- a/process/Organisation_lib/process.js
+++ b/process/Organisation_lib/process.js
@@ -199,7 +199,7 @@ var activityData = activityQuery.table()
                     .leftJoin("PERSON", "c.PERSON_ID = PERSONID")
                     .leftJoin("AB_ATTRIBUTE", "AB_ATTRIBUTE.AB_ATTRIBUTEID = TASKATTENDEES.DEPARTMENT_ID")
                     .where("CONTACT.ORGANISATION_ID", pOrgId)
-                    .groupBy("TASK.TASKID")
+                    .groupBy("TASK.TASKID, TASK.SUBJECT, TASK.DESCRIPTION, TASK.STATUS")
                     .table();
 
 
diff --git a/process/PostalAddress_lib/process.js b/process/PostalAddress_lib/process.js
index 996991dd07a980a6ba91ed1851171b0d2a8ce9f2..fa87decdc4afe2d88fbe19547d0f47b9190a21cd 100644
--- a/process/PostalAddress_lib/process.js
+++ b/process/PostalAddress_lib/process.js
@@ -80,7 +80,7 @@ AddressUtils.getFormattedOnlineAddressById = function(pAddressId)
  * @return {String}
  */
 AddressUtils.getAddress = function(pContactId) {
-    var address = newSelect("CONTACTID, ADDRESS, BUILDINGNO, ZIP, CITY, \"NAME\", FIRSTNAME, LASTNAME, TITLE")
+    var address = newSelect("CONTACTID, ADDRESS, BUILDINGNO, ZIP, CITY, ORGANISATION.NAME, FIRSTNAME, LASTNAME, TITLE")
                     .from(ContactUtils.getFullContactString())
                     .whereIfSet("CONTACT.CONTACTID", pContactId)
                     .arrayRow(true);
diff --git a/report/Organisation_report/Kommunikationsdaten.jrxml b/report/Organisation_report/Kommunikationsdaten.jrxml
index a69e57170703a339e55db8f7c76f42f6e00d2a1d..6cfef4ca4befcdefa3b5a3d74016b93921e8e9da 100644
--- a/report/Organisation_report/Kommunikationsdaten.jrxml
+++ b/report/Organisation_report/Kommunikationsdaten.jrxml
@@ -22,7 +22,7 @@
 				<textFieldExpression><![CDATA[$F{KINDOFCOMM}]]></textFieldExpression>
 			</textField>
 			<textField>
-				<reportElement x="103" y="1" width="100" height="15" uuid="48bf1f6b-953a-44b6-9ebf-504203afa70d"/>
+				<reportElement x="103" y="1" width="255" height="15" uuid="48bf1f6b-953a-44b6-9ebf-504203afa70d"/>
 				<textElement>
 					<font size="8"/>
 				</textElement>
diff --git a/report/Organisation_report/reportData.jrxml b/report/Organisation_report/reportData.jrxml
index 04d3aaa0664d919a845de1e15437a2a4fc137881..8bc863499408731c012ab8eecef8761896e3b8c9 100644
--- a/report/Organisation_report/reportData.jrxml
+++ b/report/Organisation_report/reportData.jrxml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="Kundenstammblatt" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="e7a916c8-3f9a-497d-84bb-3909b15271ea">
-	<property name="ireport.zoom" value="1.2100000000000002"/>
+	<property name="ireport.zoom" value="1.771561000000001"/>
 	<property name="ireport.x" value="0"/>
-	<property name="ireport.y" value="0"/>
+	<property name="ireport.y" value="150"/>
 	<parameter name="myAddr" class="java.lang.String"/>
 	<parameter name="ORGAddr" class="java.lang.String"/>
 	<parameter name="ORGAttr" class="java.lang.String"/>
@@ -14,7 +14,7 @@
 	<parameter name="adito.datasource.subdataComm" class="java.lang.Object"/>
 	<parameter name="adito.datasource.subdataPers" class="java.lang.Object"/>
 	<parameter name="SUBREPORT_DIR" class="java.lang.String" isForPrompting="false">
-		<defaultValueExpression><![CDATA["C:\\Entwicklung\\stable2019\\project\\basic\\report\\Organisation_report\\"]]></defaultValueExpression>
+		<defaultValueExpression><![CDATA["C:\\Users\\f.maier\\Documents\\AditoProjects\\UltimateBasic\\report\\Organisation_report\\"]]></defaultValueExpression>
 	</parameter>
 	<parameter name="adito.image.myLogo" class="java.lang.String"/>
 	<parameter name="adito.datasource.subdataHist" class="java.lang.Object"/>