adamsaghy commented on code in PR #5136:
URL: https://github.com/apache/fineract/pull/5136#discussion_r2489440328
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/reaging/LoanReAgingServiceImpl.java:
##########
@@ -112,6 +110,9 @@ public CommandProcessingResult reAge(Long loanId,
JsonCommand command) {
loanTransactions.add(reAgeTransaction);
reprocessLoanTransactionsService.reprocessParticularTransactions(loan,
loanTransactions);
} else {
+ final LoanRepaymentScheduleTransactionProcessor
loanRepaymentScheduleTransactionProcessor =
loanRepaymentScheduleTransactionProcessorFactory
Review Comment:
I dont get how this could be fixing anything...
--
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]