From a38068fec5db0b2d61eead8593282c59a096ae7e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 11 Aug 2015 11:02:06 -0400 Subject: [PATCH] CRM-16809 - Don't generate qfKey for payment snippet --- CRM/Financial/Form/Payment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Financial/Form/Payment.php b/CRM/Financial/Form/Payment.php index a415b02d1a..b788fc9be1 100644 --- 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() { -- 2.25.1