--CRM-15848, removed white space
authorPradeep Nayak <pradpnayak@gmail.com>
Wed, 25 Mar 2015 17:33:04 +0000 (23:03 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Tue, 31 Mar 2015 14:04:40 +0000 (19:34 +0530)
CRM/Event/BAO/Participant.php

index 5f5afaf801969ad643edd45ab31544c79975ef62..4c802aafb27dd349878f901424db1eaea74bd0c2 100644 (file)
@@ -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),