Skip to content
Snippets Groups Projects
Commit 8ad05a25 authored by David Büchler's avatar David Büchler
Browse files

Fixed wrong initilaization/naming of variable in MergeOrganisation

parent f6b61aff
No related branches found
No related tags found
No related merge requests found
...@@ -680,7 +680,7 @@ DuplicateScannerUtils.CreateMergeSuccessActivity = function(pSourceContactId, pT ...@@ -680,7 +680,7 @@ DuplicateScannerUtils.CreateMergeSuccessActivity = function(pSourceContactId, pT
DuplicateScannerUtils.MergeOrganisation = function(pSourceContactId, pTargetContactId) DuplicateScannerUtils.MergeOrganisation = function(pSourceContactId, pTargetContactId)
{ {
let updateStatements = []; let updateStatementsCurrentAlias = [];
let updateStatementsSystemAlias = []; let updateStatementsSystemAlias = [];
let deleteStatements = []; let deleteStatements = [];
......
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