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


##########
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 the loan delinquency gets calculated, the installment level delinquency 
can be also calculated. Would you consider to do merge them together?



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