projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78a4b4c
)
CRM-20610 expose payment edit form on the contributon page
author
eileen
<emcnaughton@wikimedia.org>
Tue, 19 Dec 2017 01:36:08 +0000
(14:36 +1300)
committer
eileen
<emcnaughton@wikimedia.org>
Mon, 5 Mar 2018 04:33:15 +0000
(17:33 +1300)
CRM/Contribute/Form/Contribution.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/Form/Contribution.php
b/CRM/Contribute/Form/Contribution.php
index 1a3ac14f9aff00583935d207d3fee9303e380e8d..43184f62d43a61ac46fcfecdb4574c6ab4e9992e 100644
(file)
--- 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);