CRM-16809 - Suppress form tags on billing field snippet
authorColeman Watts <coleman@civicrm.org>
Wed, 29 Jul 2015 19:23:59 +0000 (15:23 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 29 Jul 2015 19:23:59 +0000 (15:23 -0400)
CRM/Financial/Form/Payment.php

index d10ce7ee984bf6bf80a1e554382c769e29392896..699ecfffb2a4d880aed94228f4531aefc63b73ea 100644 (file)
@@ -49,6 +49,8 @@ class CRM_Financial_Form_Payment extends CRM_Core_Form {
     self::addCreditCardJs();
 
     $this->assign('paymentProcessorID', $this->_paymentProcessorID);
+
+    $this->assign('suppressForm', TRUE);
   }
 
   public function buildQuickForm() {