alberto-art3ch commented on code in PR #3808:
URL: https://github.com/apache/fineract/pull/3808#discussion_r1532152722
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/AbstractProgressiveLoanScheduleGenerator.java:
##########
@@ -58,6 +61,7 @@ public LoanScheduleModel generate(final MathContext mc, final
LoanApplicationTer
final ApplicationCurrency applicationCurrency =
loanApplicationTerms.getApplicationCurrency();
// generate list of proposed schedule due dates
LocalDate loanEndDate =
getScheduledDateGenerator().getLastRepaymentDate(loanApplicationTerms,
holidayDetailDTO);
+ log.info("loanEndDate {}", loanEndDate);
Review Comment:
Done, Removed!
--
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]