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:
1007fac
)
CRM-16809 - Don't generate qfKey for payment snippet
author
Coleman Watts
<coleman@civicrm.org>
Tue, 11 Aug 2015 15:02:06 +0000
(11:02 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Tue, 11 Aug 2015 15:02:06 +0000
(11:02 -0400)
CRM/Financial/Form/Payment.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Financial/Form/Payment.php
b/CRM/Financial/Form/Payment.php
index a415b02d1ac271f81fdc689505db091111b7b653..b788fc9be1b2b92dbaed741de0ee6112dcacbea0 100644
(file)
--- a/
CRM/Financial/Form/Payment.php
+++ b/
CRM/Financial/Form/Payment.php
@@
-49,6
+49,7
@@
class CRM_Financial_Form_Payment extends CRM_Core_Form {
$this->assign('paymentProcessorID', $this->_paymentProcessorID);
$this->assign('suppressForm', TRUE);
+ $this->controller->_generateQFKey = FALSE;
}
public function buildQuickForm() {