--removed white space, CRM-15848
authorPradeep Nayak <pradpnayak@gmail.com>
Tue, 31 Mar 2015 18:12:46 +0000 (23:42 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Tue, 31 Mar 2015 18:12:46 +0000 (23:42 +0530)
----------------------------------------
* CRM-15848: Civiaccounts inconsistent with spec when adding partial event payment
  https://issues.civicrm.org/jira/browse/CRM-15848

CRM/Contribute/Form/Contribution.php

index 9c108f449dcb4b94df5b675d56ec3c6190f5cc8a..d49cb03b49742535ce41ff248c992080b41f6c2f 100644 (file)
@@ -1048,8 +1048,6 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
         }
       }
     }
-
-
     if (!$priceSetId && !empty($submittedValues['total_amount']) && $this->_id) {
       // CRM-10117 update the line items for participants.
       if ($pId) {