From 70ebdd24c18934942e1b351cbe4ddda595070ac8 Mon Sep 17 00:00:00 2001 From: "b.ulrich" <b.ulrich@adito.de> Date: Mon, 21 Dec 2020 14:52:04 +0000 Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20xRM][TicketNr.:?= =?UTF-8?q?=201071013][Schnelleingabe=20-=20Speichern=20nicht=20m=C3=B6gli?= =?UTF-8?q?ch=20-->=20Fehlermeldung]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit b8201fc8f826bffd62dd15303c0f2f038786bc63) --- entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js b/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js index aa0f51c76fd..656d24e1d7e 100644 --- a/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js +++ b/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js @@ -25,7 +25,7 @@ if (rowdata["ORGANISATION_NAME.value"]) "USER_NEW_CONTACT": userNew, "DATE_NEW_CONTACT" : dateNew, "STATUS" : $KeywordRegistry.contactStatus$active(), - "ISOLANGUAGE" : rowdata["ISOLANGUAGE.value"] + "LANGUAGE" : rowdata["ISOLANGUAGE.value"] }); entities.createRow(configOrg); -- GitLab