From 48070ce6f30a59245490c80b3186ef02cfa22199 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Tue, 31 Mar 2015 23:42:46 +0530 Subject: [PATCH] --removed white space, CRM-15848 ---------------------------------------- * CRM-15848: Civiaccounts inconsistent with spec when adding partial event payment https://issues.civicrm.org/jira/browse/CRM-15848 --- CRM/Contribute/Form/Contribution.php | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.25.1