From: Pradeep Nayak Date: Tue, 31 Mar 2015 18:12:46 +0000 (+0530) Subject: --removed white space, CRM-15848 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=48070ce6f30a59245490c80b3186ef02cfa22199;p=civicrm-core.git --removed white space, CRM-15848 ---------------------------------------- * CRM-15848: Civiaccounts inconsistent with spec when adding partial event payment https://issues.civicrm.org/jira/browse/CRM-15848 --- diff --git a/CRM/Contribute/Form/Contribution.php b/CRM/Contribute/Form/Contribution.php index 9c108f449d..d49cb03b49 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -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) {