Skip to content
Snippets Groups Projects
Commit af0d0709 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1051943][eingehender Anruf (Telefonie) wirft Fehler]

parent f56ab008
No related branches found
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ IncomingCallExecutor._getContactsFromNumber = function(pNumber, pContactIds) ...@@ -288,7 +288,7 @@ IncomingCallExecutor._getContactsFromNumber = function(pNumber, pContactIds)
.join("ORGANISATION", "ORGANISATION.ORGANISATIONID = CONTACT.ORGANISATION_ID") .join("ORGANISATION", "ORGANISATION.ORGANISATIONID = CONTACT.ORGANISATION_ID")
.leftJoin("PERSON", "CONTACT.PERSON_ID = PERSON.PERSONID") .leftJoin("PERSON", "CONTACT.PERSON_ID = PERSON.PERSONID")
.where("CONTACT.STATUS", $KeywordRegistry.contactStatus$active()) .where("CONTACT.STATUS", $KeywordRegistry.contactStatus$active())
.and("CONTACT.CONTACTID", pContactIds, SqlBuilder.IN()) .and("CONTACT.CONTACTID", contactIds, SqlBuilder.IN())
.table(); .table();
//map to the result how the entities-methods would return it to have less effort later when the mentioned ticket is done //map to the result how the entities-methods would return it to have less effort later when the mentioned ticket is done
......
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