From 01bf16b128032a1db8398bebec7387f1f62a0d88 Mon Sep 17 00:00:00 2001 From: "s.pongratz" <s.pongratz@adito.de> Date: Fri, 29 Oct 2021 16:06:56 +0200 Subject: [PATCH] [Projekt: xRM-ContactManagement][TicketNr.: 1086751][Funktion getDSGVOAnonymisierungsOrganisationId] --- process/Organisation_lib/process.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process/Organisation_lib/process.js b/process/Organisation_lib/process.js index d078cec15b..b2c285420a 100644 --- a/process/Organisation_lib/process.js +++ b/process/Organisation_lib/process.js @@ -49,7 +49,7 @@ OrgUtils.isPrivateOrganisationContactId = function(pOrganisationContactId) } /** - * returns the image for a organisation + * returns the contactid of a organisation * * @return {String} hard coded organisationid of the dummy organisation "private" */ @@ -60,7 +60,7 @@ OrgUtils.getPrivateOrganisationId = function() } /** - * returns the image for a organisation + * returns the contactid of a organisation * * @return {String} hard coded organisationid of the dummy organisation "DSGVO-Anonymisierung" */ -- GitLab