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:
18fdfcc
)
--CRM-15848, removed white space
author
Pradeep Nayak
<pradpnayak@gmail.com>
Wed, 25 Mar 2015 17:33:04 +0000
(23:03 +0530)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 31 Mar 2015 14:04:40 +0000
(19:34 +0530)
CRM/Event/BAO/Participant.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/BAO/Participant.php
b/CRM/Event/BAO/Participant.php
index 5f5afaf801969ad643edd45ab31544c79975ef62..4c802aafb27dd349878f901424db1eaea74bd0c2 100644
(file)
--- a/
CRM/Event/BAO/Participant.php
+++ b/
CRM/Event/BAO/Participant.php
@@
-2084,7
+2084,6
@@
WHERE (li.entity_table = 'civicrm_participant' AND li.entity_id = {$participantI
$updatedContributionDAO->total_amount = $updatedAmount;
$updatedContributionDAO->tax_amount = $taxAmount;
$updatedContributionDAO->save();
-
// adjusted amount financial_trxn creation
$updatedContribution = CRM_Contribute_BAO_Contribution::getValues(
array('id' => $contributionId),