janez89 commented on code in PR #4244:
URL: https://github.com/apache/fineract/pull/4244#discussion_r1923429323
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/data/InterestPeriod.java:
##########
@@ -62,6 +65,7 @@ public InterestPeriod(RepaymentPeriod repaymentPeriod,
LocalDate fromDate, Local
this.balanceCorrectionAmount = balanceCorrectionAmount;
this.outstandingLoanBalance = outstandingLoanBalance;
this.mc = mc;
+ this.isPause = false;
Review Comment:
Few lines below there is a copy constructor.
You have to add the parameter also because there is a case where we copy the
whole model and that constructor ensures the copy mechanism.
--
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]