adamsaghy commented on code in PR #3836:
URL: https://github.com/apache/fineract/pull/3836#discussion_r1559017008
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/LoanScheduleModelRepaymentPeriod.java:
##########
@@ -55,6 +55,13 @@ public static LoanScheduleModelRepaymentPeriod
repayment(final int periodNumber,
interestDue, feeChargesDue, penaltyChargesDue, totalDue,
recalculatedInterestComponent);
}
+ public static LoanScheduleModelRepaymentPeriod copyWithNewDueDate(final
LoanScheduleModelRepaymentPeriod period,
Review Comment:
This is not used anywhere...
--
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]