Skip to content
Snippets Groups Projects
Commit 0f9aa01f authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

Merge branch '#1073081-LeadimportKeywordAnpassung' into '2021.0'

[Projekt: xRM-ContactManagement][TicketNr.: 1073081][Leadimport mit Position und Abteilung]

See merge request xrm/basic!730
parents b2cc0068 8018a6da
No related branches found
No related tags found
No related merge requests found
......@@ -1112,7 +1112,7 @@ ContactInfoUtils.getEntryNameByContainerAndFieldValue = function(pContainerName,
for (let i = 0; i < keyword.length; i++)
{
if (pFieldValue.trim() == keyword[i][0].trim() || pFieldValue.trim() == keyword[i][1].trim())
return keyword[i][0];
return keyword[i][1];
}
}
return "";
......
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