Skip to content
Snippets Groups Projects
Commit 4c8607e6 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

Merge branch 'sales_pn_1032621_fix' into '2021.0'

[Projekt: xRM-Sales][TicketNr.: 1032621][Vertriebsprojekt - Fehlende...

See merge request xrm/basic!904
parents 071a9505 4c515e51
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,8 @@ result.object(newSelect([
"ORGANISATION.NAME"
])
.from("ORGANISATION")
.join("CONTACT", newWhere("ORGANISATION.ORGANISATIONID = CONTACT.ORGANISATION_ID"))
.join("CONTACT",
newWhere("ORGANISATION.ORGANISATIONID = CONTACT.ORGANISATION_ID")
.and("CONTACT.PERSON_ID is null")
)
.table());
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