CRM-20610 expose payment edit form on the contributon page
authoreileen <emcnaughton@wikimedia.org>
Tue, 19 Dec 2017 01:36:08 +0000 (14:36 +1300)
committereileen <emcnaughton@wikimedia.org>
Mon, 5 Mar 2018 04:33:15 +0000 (17:33 +1300)
CRM/Contribute/Form/Contribution.php

index 1a3ac14f9aff00583935d207d3fee9303e380e8d..43184f62d43a61ac46fcfecdb4574c6ab4e9992e 100644 (file)
@@ -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);