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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/delinquency/service/DelinquencyWritePlatformServiceImpl.java:
##########
@@ -160,6 +164,9 @@ public CommandProcessingResult 
applyDelinquencyTagToLoan(Long loanId, JsonComman
         if (delinquencyBucket != null) {
             final CollectionData collectionData = 
loanDelinquencyDomainService.getOverdueCollectionData(loan);
             changes = lookUpDelinquencyRange(loan, delinquencyBucket, 
collectionData.getDelinquentDays());
+            if (loan.isEnableInstallmentLevelDelinquency()) {

Review Comment:
   When Loan level delinquency gets calculated it calculates overdueSince date 
till oldest overdue installment or chargeback date for first non due 
installment if exists and does not calculates for rest of them. so we need to 
calculate for all installments separately.



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