Skip to content
Snippets Groups Projects
Commit f7232405 authored by Don Wijesooriya's avatar Don Wijesooriya
Browse files

#77 contribution fields overwritten

Contribution fields getting overwritten by contribution soft fields
parent c78d59ff
No related branches found
No related tags found
1 merge request!75#77 Contribution dataprocessor with current user contact filter shows no results
......@@ -178,7 +178,7 @@ class ContributionSource extends AbstractCivicrmEntitySource {
$field->name = str_replace('contribution_soft_', '', $field->name);
return $this->contributionSoftDataFlow;
}
if ($this->contributionSoftDataFlow->getDataSpecification()->doesFieldExist($field->name)) {
if ($this->contributionSoftDataFlow->getDataSpecification()->doesAliasExists($field->alias)) {
return $this->contributionSoftDataFlow;
}
......
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