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


##########
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:
   A loan can have multiple reage txn. The only restriction is we cannot have 
multiple reage on the same date, but otherwise we can have as many reage as 
many we need.



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