Skip to content
Snippets Groups Projects
Commit 8018a6da authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

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

parent 48207b9b
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