From 48c282ffda3cbfded6e19e6b76899a5d3b9ab2eb Mon Sep 17 00:00:00 2001 From: Harm Hermsen Date: Tue, 8 Apr 2014 11:52:57 +0200 Subject: [PATCH] Duplicate code --- CRM/Contribute/Form/Contribution.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Contribute/Form/Contribution.php b/CRM/Contribute/Form/Contribution.php index cdb5d94e7f..d5e864997c 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -1469,9 +1469,6 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP if (!empty($this->_params['receive_date'])) { $paymentParams['receive_date'] = $this->_params['receive_date']; } - if (!empty($this->_params['receive_date'])) { - $paymentParams['receive_date'] = $this->_params['receive_date']; - } $result = NULL; -- 2.25.1