From b8f45735a88830257fa9accc066308b0de575cdc Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 28 Oct 2014 08:11:47 +1300 Subject: [PATCH] CRM-15509 cleanup, I grepped templates & couldn't find this param in use --- CRM/Contribute/Form/ContributionBase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Contribute/Form/ContributionBase.php b/CRM/Contribute/Form/ContributionBase.php index 5ccc183496..4ef097c60f 100644 --- a/CRM/Contribute/Form/ContributionBase.php +++ b/CRM/Contribute/Form/ContributionBase.php @@ -648,7 +648,6 @@ class CRM_Contribute_Form_ContributionBase extends CRM_Core_Form { if ($this->_paymentProcessor && $this->_paymentProcessor['payment_type'] & CRM_Core_Payment::PAYMENT_TYPE_DIRECT_DEBIT ) { - $this->assign('payment_type', $this->_paymentProcessor['payment_type']); $this->assign('account_holder', $this->_params['account_holder']); $this->assign('bank_identification_number', $this->_params['bank_identification_number']); $this->assign('bank_name', $this->_params['bank_name']); -- 2.25.1