Skip to content
Snippets Groups Projects
Unverified Commit 313d78f8 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #16296 from seamuslee001/master

5.22
parents 2530c424 14ac2103
Branches
Tags
No related merge requests found
......@@ -615,7 +615,7 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
$this->assign('customDataSubType', $this->_contributionType);
$this->assign('entityID', $this->_id);
$contactField = $this->addEntityRef('contact_id', ts('Contributor'), ['create' => TRUE], TRUE);
$contactField = $this->addEntityRef('contact_id', ts('Contributor'), ['create' => TRUE, 'api' => ['extra' => ['email']]], TRUE);
if ($this->_context !== 'standalone') {
$contactField->freeze();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment