oleksii-novikov-onix commented on code in PR #5849:
URL: https://github.com/apache/fineract/pull/5849#discussion_r3271872464
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/service/WorkingCapitalLoanBreachScheduleServiceImpl.java:
##########
@@ -148,25 +147,13 @@ private void applyRepayment(final
WorkingCapitalLoanBreachSchedule period, BigDe
}
@Override
- public void evaluateBreachAndNearBreach(final WorkingCapitalLoan loan,
final LocalDate businessDate) {
+ public void evaluateBreach(final WorkingCapitalLoan loan, final LocalDate
businessDate) {
final List<WorkingCapitalLoanBreachSchedule> allPeriods =
repository.findByLoanIdOrderByPeriodNumberAsc(loan.getId());
Review Comment:
Fixed
--
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]