CRM-13964 : commenting code
authorPratik Joshi <pratik.joshi@webaccess.co.in>
Mon, 30 Dec 2013 07:30:15 +0000 (13:00 +0530)
committerPratik Joshi <pratik.joshi@webaccess.co.in>
Thu, 16 Jan 2014 01:43:16 +0000 (07:13 +0530)
CRM/Contribute/BAO/Contribution.php

index 581a5bf90c11a3c06ede0dbe74c2e5f9bbd0b7af..3febc867c35cf543a3c007dec22367945b190d5b 100644 (file)
@@ -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
       */