Skip to content
Snippets Groups Projects
Commit 6b5c2bb5 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

bugfix Lead import - CheckDup not defined

parent 9b186c11
No related branches found
No related tags found
No related merge requests found
......@@ -467,7 +467,7 @@ LeadImportUtils.insertOrg = function(pDataFields, pDataTypes, pFieldDef, pField
//Organisation
var OrgValues = LeadImportUtils.setValues(pDataFields["ORGANISATION"], pFieldDef, pFieldValues);
var entityFieldValues = [];
var ids = CheckDup(OrgValues, "ORGANISATION");//checks if there is already an organisation like this
var ids = LeadImportUtils.CheckDup(OrgValues, "ORGANISATION");//checks if there is already an organisation like this
if (ids.length == 0)//there is no organisation like this
{
......
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