Skip to content
Snippets Groups Projects
Commit 4575ee80 authored by jaapjansma's avatar jaapjansma
Browse files

Fixed issue in In- and Exclude filter contact has contributions.

parent 9b174099
No related branches found
No related tags found
No related merge requests found
......@@ -306,6 +306,7 @@ class ContactHasContributionInPeriod extends AbstractFieldInPeriodFilter {
if (!strlen($sqlStatement)) {
$sqlStatement = "`$tableAlias`.`$fieldName` {$includeOp} (";
$sqlStatement .= $baseSqlStatement;
$sqlStatement .= ")";
}
$this->whereClause = new SqlDataFlow\PureSqlStatementClause($sqlStatement, FALSE);
$this->filterCollection->addWhere($this->whereClause);
......
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