From: Pradeep Nayak Date: Wed, 25 Mar 2015 17:33:04 +0000 (+0530) Subject: --CRM-15848, removed white space X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b8fc6049e2f6575f4e880c5e67ae32010b8b37f2;p=civicrm-core.git --CRM-15848, removed white space --- diff --git a/CRM/Event/BAO/Participant.php b/CRM/Event/BAO/Participant.php index 5f5afaf801..4c802aafb2 100644 --- 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),