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

1073912 small correction in Organisation conditionProcess

parent 7afb5c37
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ if (vars.exists("$param.AttributeId_param") && vars.get("$param.AttributeId_para
.and("AB_ATTRIBUTERELATION.AB_ATTRIBUTE_ID", "$param.AttributeId_param")
.andIfSet("AB_ATTRIBUTERELATION.ID_VALUE", "$param.AttributeKeyId_param")
cond.and("ORGANISATION.ORGANISATIONID", hasAttributeOrgIdSubselect, SqlBuilder.IN())
cond.and("CONTACT.CONTACTID", hasAttributeOrgIdSubselect, SqlBuilder.IN())
}
if (vars.exists("$param.ExcludedContactIds_param") && vars.get("$param.ExcludedContactIds_param"))
......
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