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:
a8ec173
)
CRM-16809 - Suppress form tags on billing field snippet
author
Coleman Watts
<coleman@civicrm.org>
Wed, 29 Jul 2015 19:23:59 +0000
(15:23 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Wed, 29 Jul 2015 19:23:59 +0000
(15:23 -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 d10ce7ee984bf6bf80a1e554382c769e29392896..699ecfffb2a4d880aed94228f4531aefc63b73ea 100644
(file)
--- a/
CRM/Financial/Form/Payment.php
+++ b/
CRM/Financial/Form/Payment.php
@@
-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() {