From 3a7a552bace1322992b6c4ea53bc450d54ef8923 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 5 May 2015 08:41:50 +1200 Subject: [PATCH] CRM-16357 Contribution form it turns out this bit of code does nothing & custom field management is elsewhere --- CRM/Contribute/Form/Contribution.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CRM/Contribute/Form/Contribution.php b/CRM/Contribute/Form/Contribution.php index 9b87d7866a..6c5fe44e6e 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -1253,12 +1253,6 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP $this->_params['source'] = ts('Submit Credit Card Payment by: %1', array(1 => $userSortName)); } - CRM_Core_BAO_CustomField::postProcess($params, - array(), - $this->_id, - 'Contribution' - ); - if (empty($paymentParams['is_recur'])) { $contribution = CRM_Contribute_Form_Contribution_Confirm::processContribution($this, $this->_params, -- 2.25.1