somasorosdpc commented on code in PR #5102:
URL: https://github.com/apache/fineract/pull/5102#discussion_r2489603544


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanTransactionService.java:
##########
@@ -56,4 +57,7 @@ private Predicate<LoanTransaction> 
loanTransactionForReprocessingPredicate() {
                         || !transaction.isNonMonetaryTransaction() || 
transaction.isContractTermination());
     }
 
+    public Optional<LoanTransaction> getActiveReageTransactionOnDate(Loan 
loan, LocalDate onDate) {

Review Comment:
   At the moment ProgressiveTransactionContext holds the last applied ReAge 
transaction type or null if no reage is happend. To perform 
processLatestTransaction, we need to fetch this transaction to create the 
correct context for perform it.



-- 
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]

Reply via email to