alberto-art3ch commented on code in PR #3808:
URL: https://github.com/apache/fineract/pull/3808#discussion_r1532154993
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/AbstractProgressiveLoanScheduleGenerator.java:
##########
@@ -128,6 +145,16 @@ public LoanScheduleModel generate(final MathContext mc,
final LoanApplicationTer
if (!isNextRepaymentAvailable) {
scheduleParams.getDisburseDetailMap().clear();
+
+ // Fixed Length Validations - If the Number or Repayments
requested is greater than current/last
+ // Installment number
+ if (loanApplicationTerms.getFixedLength() != null
Review Comment:
We have talked about this, that validation will be keep it here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]