adamsaghy commented on code in PR #3515:
URL: https://github.com/apache/fineract/pull/3515#discussion_r1365265378
##########
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:
i was just wondering when we are calculating the loan delinquency and we are
going through on the installments one by one, we can calculate the delinquency
for installment as well. What do you think?
--
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]