adamsaghy commented on code in PR #4025:
URL: https://github.com/apache/fineract/pull/4025#discussion_r1719866465
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/AbstractCumulativeLoanScheduleGenerator.java:
##########
@@ -1552,6 +1552,8 @@ private Money applyEarlyPaymentStrategy(final
LoanApplicationTerms loanApplicati
// until this
// amount becomes zero
break;
+ case ADJUST_LAST_UNPAID_PERIOD:
Review Comment:
For cumulative loan this option shall not be available!
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/AbstractCumulativeLoanScheduleGenerator.java:
##########
@@ -2687,6 +2689,8 @@ private Money fetchEarlyPaidAmount(final Money
principalPortion, final Money pri
// until this
// amount becomes zero
break;
+ case ADJUST_LAST_UNPAID_PERIOD:
Review Comment:
For cumulative loan this option shall not be available!
--
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]