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


##########
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:
   @adamsaghy, when reschedule happens N+1 installment is not created/retained 
for loan installments and hence the issue.  When reprocess is called after 
schedule regeneration we are adding the missing installment if required.



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