alberto-art3ch commented on code in PR #5078:
URL: https://github.com/apache/fineract/pull/5078#discussion_r2487195759


##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/ProgressiveLoanScheduleGenerator.java:
##########
@@ -204,6 +204,9 @@ public OutstandingAmountsDTO 
calculatePrepaymentAmount(MonetaryCurrency currency
                 transactionDate);
         ProgressiveLoanInterestScheduleModel model = savedModel
                 .orElseGet(() -> 
processor.calculateInterestScheduleModel(loan.getId(), transactionDate));
+        // final LocalDate tillDate = 
loanApplicationTerms.isInterestRecognitionOnDisbursementDate() ?

Review Comment:
   Done! Commented lines removed those are not needed 



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