Skip to content
Snippets Groups Projects
Commit 79ca865b authored by colemanw's avatar colemanw
Browse files

Restore buildCustomData to contribution forms CRM-12331

parent 9b2e937a
Branches
Tags
No related merge requests found
......@@ -647,7 +647,8 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
$financialType = $this->add('select', 'financial_type_id',
ts('Financial Type'),
array('' => ts('- select -')) + CRM_Contribute_PseudoConstant::financialType(),
TRUE
TRUE,
array('onChange' => "CRM.buildCustomData( 'Contribution', this.value );")
);
if (!$this->_mode) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment