adamsaghy commented on code in PR #3836:
URL: https://github.com/apache/fineract/pull/3836#discussion_r1547549360
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/LoanApplicationTerms.java:
##########
@@ -1871,4 +1871,16 @@ public LocalDate getRepaymentStartDate() {
: getSubmittedOnDate();
}
+ public boolean isLastInstallment(final Integer installmentNumber) {
+ Integer numberOfRepayments = getNumberOfRepayments();
+ if (isDownPaymentEnabled()) {
Review Comment:
My gut feeling this is wrong...but i am not fully sure.
Can you please explain a little bit what was the idea 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]