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


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/transactionprocessor/AbstractLoanRepaymentScheduleTransactionProcessor.java:
##########
@@ -78,6 +79,7 @@ public ChangedTransactionDetail 
reprocessLoanTransactions(final LocalDate disbur
                 }
             }
         }
+        addChargeOnlyRepaymentInstallmentIfRequired(charges, installments);

Review Comment:
   I dont really understand why we need this here.
   I am assuming when we are reprocessing the transactions, the installments 
list containing all the installments including the N+1... no?



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