mariiaKraievska commented on code in PR #4482:
URL: https://github.com/apache/fineract/pull/4482#discussion_r2028496958
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/Loan.java:
##########
@@ -1005,53 +1001,6 @@ public void updateLoanRates(final List<Rate> loanRates) {
this.rates.addAll(loanRates);
}
- public void updateLoanSchedule(final LoanScheduleModel
modifiedLoanSchedule) {
Review Comment:
_Suggestion:_
We could consider moving the updateLoanScheduleOnForeclosure method from the
Loan entity to the LoanScheduleComponent also.
--
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]