taskain7 commented on code in PR #3377:
URL: https://github.com/apache/fineract/pull/3377#discussion_r1298316903
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/Loan.java:
##########
@@ -5789,7 +5790,8 @@ public void processPostDisbursementTransactions() {
private LoanScheduleDTO getRecalculatedSchedule(final ScheduleGeneratorDTO
generatorDTO) {
- if (!this.repaymentScheduleDetail().isInterestRecalculationEnabled()
|| isNpa || isChargedOff()) {
+ if (!this.repaymentScheduleDetail().isEnableDownPayment()
Review Comment:
after separating the down payment from interest recalculation, I still need
this check at this point
--
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]