CRM-16809 - Don't generate qfKey for payment snippet
authorColeman Watts <coleman@civicrm.org>
Tue, 11 Aug 2015 15:02:06 +0000 (11:02 -0400)
committerColeman Watts <coleman@civicrm.org>
Tue, 11 Aug 2015 15:02:06 +0000 (11:02 -0400)
CRM/Financial/Form/Payment.php

index a415b02d1ac271f81fdc689505db091111b7b653..b788fc9be1b2b92dbaed741de0ee6112dcacbea0 100644 (file)
@@ -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() {