diff --git a/process/Leadimport_lib/process.js b/process/Leadimport_lib/process.js index 1c28479c237c0fd89226a9fde7d16889d8307bcd..8cd377ea5c17fc558852ae58d9cc5aa94a15b7f7 100644 --- a/process/Leadimport_lib/process.js +++ b/process/Leadimport_lib/process.js @@ -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 {