Skip to content
Snippets Groups Projects
Commit ff5d5102 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

1064436 Duplicate merge SqlBuilder usage corrected

parent eed94091
No related branches found
No related tags found
No related merge requests found
......@@ -1239,7 +1239,7 @@ _DuplicateScannerUtils._getLinkedTableInfos = function(pTargetContactId)
.where("COMMUNICATION.CONTACT_ID", pTargetContactId)
.arrayColumn();
var communicationDedupCondition = newWhere("COMMUNICATION.ADDR", targetComms, SqlBuilder.NOT_IN());
var communicationDedupCondition = newWhereIfSet("COMMUNICATION.ADDR", targetComms, SqlBuilder.NOT_IN());
return[
["AB_APPOINTMENTLINK", "OBJECT_ROWID"],
......
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