From b8fc6049e2f6575f4e880c5e67ae32010b8b37f2 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Wed, 25 Mar 2015 23:03:04 +0530 Subject: [PATCH] --CRM-15848, removed white space --- CRM/Event/BAO/Participant.php | 1 - 1 file changed, 1 deletion(-) 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), -- 2.25.1