alberto-art3ch commented on code in PR #3997:
URL: https://github.com/apache/fineract/pull/3997#discussion_r1701223289
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/delinquency/service/LoanDelinquencyDomainServiceImpl.java:
##########
@@ -262,7 +266,8 @@ private CollectionData
calculateDelinquencyDataForOverdueInstallment(final Loan
final LoanRepaymentScheduleInstallment installment) {
final MonetaryCurrency loanCurrency = loan.getCurrency();
LoanRepaymentScheduleInstallment latestInstallment =
loan.getLastLoanRepaymentScheduleInstallment();
- List<LoanTransaction> chargebackTransactions =
loan.getLoanTransactions(LoanTransaction::isChargeback);
+ Collection<LoanTransaction> chargebackTransactions =
loanTransactionReadService.fetchLoanTransactionsByType(loan.getId(),
Review Comment:
Done! Updated
--
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]