awasum commented on a change in pull request #1006:
URL: https://github.com/apache/fineract/pull/1006#discussion_r444762583
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/DefaultPaymentPeriodsInOneYearCalculator.java
##########
@@ -45,7 +49,9 @@ public Integer calculate(final PeriodFrequencyType
repaymentFrequencyType) {
case INVALID:
paymentPeriodsInOneYear = Integer.valueOf(0);
break;
- default:
+ case WHOLE_TERM:
+ LOG.error("TODO Implement repaymentFrequencyType for
WHOLE_TERM");
Review comment:
Can this whole term case be implemented? Or is it too complicated? Can
we have an issue opened for it? How will the whole term case even work?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]