Skip to content
Snippets Groups Projects
Commit 8812b376 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #422 from colemanw/buildCustomData

Restore buildCustomData to contribution forms CRM-12331
parents 918aa887 79ca865b
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment