This is an automated email from the ASF dual-hosted git repository.

victorromero pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 78bd68a017 FINERACT-2312: fix missing allowFullTermForTranche 
parameter for the Calculate the Loan Schedule
78bd68a017 is described below

commit 78bd68a0173083bf00638ca9f30c5513b4165a9f
Author: Victor Romero <[email protected]>
AuthorDate: Fri Dec 12 20:45:07 2025 -0600

    FINERACT-2312: fix missing allowFullTermForTranche parameter for the 
Calculate the Loan Schedule
---
 .../portfolio/loanaccount/serialization/LoanScheduleValidator.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/serialization/LoanScheduleValidator.java
 
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/serialization/LoanScheduleValidator.java
index 1ef2a80186..344acdc7d6 100644
--- 
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/serialization/LoanScheduleValidator.java
+++ 
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/serialization/LoanScheduleValidator.java
@@ -75,7 +75,8 @@ public final class LoanScheduleValidator {
             LoanApiConstants.daysInYearTypeParameterName, 
LoanApiConstants.fixedPrincipalPercentagePerInstallmentParamName,
             LoanProductConstants.FIXED_LENGTH, 
LoanProductConstants.ENABLE_INSTALLMENT_LEVEL_DELINQUENCY,
             LoanProductConstants.ENABLE_DOWN_PAYMENT, 
LoanProductConstants.DISBURSED_AMOUNT_PERCENTAGE_DOWN_PAYMENT,
-            LoanProductConstants.ENABLE_AUTO_REPAYMENT_DOWN_PAYMENT, 
LoanProductConstants.INTEREST_RECOGNITION_ON_DISBURSEMENT_DATE));
+            LoanProductConstants.ENABLE_AUTO_REPAYMENT_DOWN_PAYMENT, 
LoanProductConstants.INTEREST_RECOGNITION_ON_DISBURSEMENT_DATE,
+            LoanProductConstants.ALLOW_FULL_TERM_FOR_TRANCHE_PARAM_NAME));
 
     private final FromJsonHelper fromApiJsonHelper;
 

Reply via email to