reluxa commented on code in PR #3610:
URL: https://github.com/apache/fineract/pull/3610#discussion_r1409015363


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/delinquency/service/DelinquencyWritePlatformServiceImpl.java:
##########
@@ -506,6 +526,7 @@ private void setDelinquencyDetailsForInstallment(final Loan 
loan, final LoanRepa
                             installmentDelinquencyData.getDelinquentAmount());
                     
loanInstallmentDelinquencyTagRepository.delete(previousInstallmentDelinquencyTag);
                     // event installment delinquency range change
+                    isDelinquencyRangeChanged = true;
                 } else {
                     
previousInstallmentDelinquencyTag.setOutstandingAmount(installmentDelinquencyData.getDelinquentAmount());

Review Comment:
   Shall we raise an event also if the ranges are not changed just the amount?



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