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

#1071013 QuickEntry wrong language fieldname

parent c2176801
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ if (rowdata["LASTNAME.value"])
"CONTACTID": rowdata["PERSON_CONTACT_ID.value"],
"ORGANISATION_ID": organisationId,
"STATUS" : $KeywordRegistry.contactStatus$active(),
"ISOLANGUAGE": rowdata["ISOLANGUAGE.value"]
"LANGUAGE": rowdata["ISOLANGUAGE.value"]
});
entities.createRow(configPer);
......
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