From 5b2c0293ffb946afc3e2cc1e04bec3d123c8e191 Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Mon, 30 Dec 2013 13:00:15 +0530 Subject: [PATCH] CRM-13964 : commenting code --- CRM/Contribute/BAO/Contribution.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Contribute/BAO/Contribution.php b/CRM/Contribute/BAO/Contribution.php index 581a5bf90c..3febc867c3 100644 --- a/CRM/Contribute/BAO/Contribution.php +++ b/CRM/Contribute/BAO/Contribution.php @@ -2542,8 +2542,8 @@ WHERE contribution_id = %1 "; $statusId = CRM_Core_OptionGroup::getValue('contribution_status', 'Completed', 'name'); $params['total_amount'] = $partialAmtPay; - // new creation of financial trasaction for the balance amount - /* steps to follow : + /* new creation of financial trasaction for the balance amount + steps followed: fetch the current balance, if balance is not present add the balance after appropriate calculation if balance is present take the current amount and re-calculate the balance and update the balance stored in DB */ -- 2.25.1