Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
basic
Commits
6b5c2bb5
Commit
6b5c2bb5
authored
5 years ago
by
Johannes Hörmann
Browse files
Options
Downloads
Patches
Plain Diff
bugfix Lead import - CheckDup not defined
parent
9b186c11
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
process/Leadimport_lib/process.js
+1
-1
1 addition, 1 deletion
process/Leadimport_lib/process.js
with
1 addition
and
1 deletion
process/Leadimport_lib/process.js
+
1
−
1
View file @
6b5c2bb5
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment