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

fixed bug with contribution data source and contact id

parent 692cd347
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class ContributionSource extends AbstractCivicrmEntitySource {
// Create the contribution soft data flow and data flow description
$this->contributionSoftDataFlow = new SqlTableDataFlow('civicrm_contribution_soft', $this->getSourceName().'_contribution_soft');
DataSpecificationUtils::addDAOFieldsToDataSpecification('CRM_Contribute_DAO_ContributionSoft', $this->contributionSoftDataFlow->getDataSpecification(), array('id'), 'contribution_soft_', 'contribution_soft_', E::ts('Soft :: '));
DataSpecificationUtils::addDAOFieldsToDataSpecification('CRM_Contribute_DAO_ContributionSoft', $this->contributionSoftDataFlow->getDataSpecification(), array('id'), '', 'contribution_soft_', E::ts('Soft :: '));
}
......
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