From: eileen Date: Tue, 19 Dec 2017 01:36:08 +0000 (+1300) Subject: CRM-20610 expose payment edit form on the contributon page X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f0c36ea572d98e571740c9310d3e4703e9aa746b;p=civicrm-core.git CRM-20610 expose payment edit form on the contributon page --- diff --git a/CRM/Contribute/Form/Contribution.php b/CRM/Contribute/Form/Contribution.php index 1a3ac14f9a..43184f62d4 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -239,6 +239,7 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP if (!empty($this->_id)) { $this->assignPaymentInfoBlock(); $this->assign('contribID', $this->_id); + $this->assign('isUsePaymentBlock', TRUE); } $this->_context = CRM_Utils_Request::retrieve('context', 'String', $this);