Repository: incubator-fineract
Updated Branches:
  refs/heads/develop c8cedfc70 -> 7fa796abb


Fixed issue with calculate repayment schedule


Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/7fa796ab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/7fa796ab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/7fa796ab

Branch: refs/heads/develop
Commit: 7fa796abb723e4c0aef3a8528944341d56281df5
Parents: c8cedfc
Author: Satish <satish.saj...@confluxtechnologies.com>
Authored: Fri Dec 23 12:17:42 2016 +0530
Committer: Satish <satish.saj...@confluxtechnologies.com>
Committed: Fri Dec 23 12:17:42 2016 +0530

----------------------------------------------------------------------
 .../serialization/CalculateLoanScheduleQueryFromApiJsonHelper.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/7fa796ab/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/serialization/CalculateLoanScheduleQueryFromApiJsonHelper.java
----------------------------------------------------------------------
diff --git 
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/serialization/CalculateLoanScheduleQueryFromApiJsonHelper.java
 
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/serialization/CalculateLoanScheduleQueryFromApiJsonHelper.java
index 0485af5..57e0c74 100644
--- 
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/serialization/CalculateLoanScheduleQueryFromApiJsonHelper.java
+++ 
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/serialization/CalculateLoanScheduleQueryFromApiJsonHelper.java
@@ -69,7 +69,7 @@ public final class 
CalculateLoanScheduleQueryFromApiJsonHelper {
             LoanProductConstants.graceOnArrearsAgeingParameterName, 
LoanApiConstants.createStandingInstructionAtDisbursementParameterName,
             LoanApiConstants.isFloatingInterestRateParameterName, 
LoanApiConstants.interestRateDifferentialParameterName,
             LoanApiConstants.repaymentFrequencyNthDayTypeParameterName, 
LoanApiConstants.repaymentFrequencyDayOfWeekTypeParameterName,
-            LoanApiConstants.isTopup, LoanApiConstants.loanIdToClose));
+            LoanApiConstants.isTopup, LoanApiConstants.loanIdToClose, 
LoanApiConstants.datatables));
 
     private final FromJsonHelper fromApiJsonHelper;
 

Reply via email to