adamsaghy commented on code in PR #3377:
URL: https://github.com/apache/fineract/pull/3377#discussion_r1298217035
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/data/LoanSchedulePeriodData.java:
##########
@@ -265,6 +270,60 @@ private LoanSchedulePeriodData(final Integer periodNumber,
final LocalDate fromD
this.totalCredits = BigDecimal.ZERO;
}
+ private LoanSchedulePeriodData(Integer periodNumber, LocalDate fromDate,
LocalDate dueDate, BigDecimal principalDue,
Review Comment:
Eventually it would be nice to not have multiple constructor, but its just
nice to have...
--
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]