Skip to content
Snippets Groups Projects
Commit 5b2c0293 authored by pratik.joshi's avatar pratik.joshi
Browse files

CRM-13964 : commenting code

parent 520ec403
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment