Skip to content
Snippets Groups Projects
Commit c2176801 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch '1071013_FixQuickEntrySaveIsoLanguageError' into '2020.2'

[Projekt: Entwicklung - xRM][TicketNr.: 1071013][Schnelleingabe - Speichern...

See merge request xrm/basic!534
parents c556df94 b8201fc8
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment