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:
034b5cb
)
code cleanup
author
Kurund Jalmi
<kurund@yahoo.com>
Fri, 17 Jul 2015 11:55:21 +0000
(17:25 +0530)
committer
Kurund Jalmi
<kurund@yahoo.com>
Fri, 17 Jul 2015 11:55:21 +0000
(17:25 +0530)
CRM/Contribute/Form/Contribution/Main.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/Form/Contribution/Main.php
b/CRM/Contribute/Form/Contribution/Main.php
index e56ad218d6f1e6ee69ba6279f3c8869a2cf375a4..4819f9677cb715a25d28d915495f1503f2f78e6f 100644
(file)
--- a/
CRM/Contribute/Form/Contribution/Main.php
+++ b/
CRM/Contribute/Form/Contribution/Main.php
@@
-355,8
+355,8
@@
class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu
(!isset($this->_defaults[$priceFieldName]) ||
($val['html_type'] == 'CheckBox' &&
!isset($this->_defaults[$priceFieldName][$keys]))
- )
) {
- CRM_Price_BAO_PriceSet::setDefaultPriceSetField($priceFieldName, $keys, $val['html_type'], $this->_defaults);
+ )) {
+
CRM_Price_BAO_PriceSet::setDefaultPriceSetField($priceFieldName, $keys, $val['html_type'], $this->_defaults);
}
}
}