From fe2a33d0cd7aef68909898da90544b914bf9f438 Mon Sep 17 00:00:00 2001
From: "b.ulrich" <b.ulrich@adito.de>
Date: Mon, 29 Jun 2020 15:37:23 +0200
Subject: [PATCH] [Projekt: Entwicklung - Neon][TicketNr.: 1059632][Firma,
 Kundenstammblatt]

---
 process/Organisation_lib/process.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/process/Organisation_lib/process.js b/process/Organisation_lib/process.js
index 622b86c386..5532a6817d 100644
--- a/process/Organisation_lib/process.js
+++ b/process/Organisation_lib/process.js
@@ -123,7 +123,7 @@ OrgUtils.buildOrgReport = function(pOrgId, pContactId)
 
     //select people from the organization
     var persData = newSelect("SALUTATION, TITLE, FIRSTNAME, LASTNAME "
-                            + ",CONTACTROLE as PERSFUNCITON, DEPARTMENT as PERSDEPARTMENT "
+                            + ",CONTACTPOSITION as PERSFUNCITON, DEPARTMENT as PERSDEPARTMENT "
                             + ",(" + CommUtil.getStandardSubSqlMail() + ")"
                             + ",(" + CommUtil.getStandardSubSqlPhone() + ")"
                             + ",ORGANISATION_ID, CONTACTID")
-- 
GitLab