Skip to content

Commit 78bd68a

Browse files
committed
FINERACT-2312: fix missing allowFullTermForTranche parameter for the Calculate the Loan Schedule
1 parent 36b22f2 commit 78bd68a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/serialization/LoanScheduleValidator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ public final class LoanScheduleValidator {
7575
LoanApiConstants.daysInYearTypeParameterName, LoanApiConstants.fixedPrincipalPercentagePerInstallmentParamName,
7676
LoanProductConstants.FIXED_LENGTH, LoanProductConstants.ENABLE_INSTALLMENT_LEVEL_DELINQUENCY,
7777
LoanProductConstants.ENABLE_DOWN_PAYMENT, LoanProductConstants.DISBURSED_AMOUNT_PERCENTAGE_DOWN_PAYMENT,
78-
LoanProductConstants.ENABLE_AUTO_REPAYMENT_DOWN_PAYMENT, LoanProductConstants.INTEREST_RECOGNITION_ON_DISBURSEMENT_DATE));
78+
LoanProductConstants.ENABLE_AUTO_REPAYMENT_DOWN_PAYMENT, LoanProductConstants.INTEREST_RECOGNITION_ON_DISBURSEMENT_DATE,
79+
LoanProductConstants.ALLOW_FULL_TERM_FOR_TRANCHE_PARAM_NAME));
7980

8081
private final FromJsonHelper fromApiJsonHelper;
8182

0 commit comments

Comments
 (0)