--CRM-16259, removed white spaces
authorPradeep Nayak <pradpnayak@gmail.com>
Tue, 12 Jan 2016 10:39:56 +0000 (16:09 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Tue, 12 Jan 2016 10:39:56 +0000 (16:09 +0530)
CRM/Contribute/BAO/Contribution.php
tests/phpunit/CRM/Contribute/BAO/ContributionTest.php

index 2b2cd77dbc1ebf6a313ccb3e72bb7537e26ad0b1..20a1b7feb161e4b968362306a7d1e18aa4e3d71e 100644 (file)
@@ -4731,7 +4731,7 @@ LIMIT 1;";
    *
    */
   public static function addPayments($lineItems, $contributions) {
-      // get financial trxn which is a payment
+    // get financial trxn which is a payment
     $ftSql = "SELECT ft.id 
       FROM civicrm_financial_trxn ft 
       INNER JOIN civicrm_entity_financial_trxn eft ON eft.financial_trxn_id = ft.id AND eft.entity_table = 'civicrm_contribution'
index df4559a80c3c320bee2bff6f207d1e5ef5c7a0a5..5ceb984f7cebb5f5c0d7b9d8e33c2555c7c37ec6 100644 (file)
@@ -711,7 +711,7 @@ WHERE eft.entity_id = %1 AND ft.to_financial_account_id <> %2";
     );
     CRM_Event_BAO_Event::create($eventParams);
     CRM_Price_BAO_PriceSet::addTo('civicrm_event', $this->_eventId, $priceSetId);
-    
+
     $priceFields = $this->callAPISuccess('PriceFieldValue', 'get', array('price_field_id' => $priceField->id));
     $participantParams = array(
       'financial_type_id' => 4,