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:
3ae1b2f
)
Remove code comment previously rendered obsolute by removing clean action
author
eileen
<emcnaughton@wikimedia.org>
Thu, 8 Feb 2018 01:05:33 +0000
(14:05 +1300)
committer
eileen
<emcnaughton@wikimedia.org>
Thu, 8 Feb 2018 05:18:12 +0000
(18:18 +1300)
CRM/Contribute/Form/Contribution.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/Form/Contribution.php
b/CRM/Contribute/Form/Contribution.php
index e6340294e2f39c4a28c98e0a26d69f0b7997ff75..29b5b7e601bea442a12bc771a6df2d59d788452f 100644
(file)
--- a/
CRM/Contribute/Form/Contribution.php
+++ b/
CRM/Contribute/Form/Contribution.php
@@
-1391,9
+1391,6
@@
class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
) {
unset($submittedValues['tax_amount']);
}
- // @todo - look to remove this line. I believe it relates to CRM-16460
- // and possibly contributes to fixing the issue described there but
- // would cause breakage for negative values in some cases.
$submittedValues['total_amount'] = CRM_Utils_Array::value('amount', $submittedValues);
}