adamsaghy commented on code in PR #6024:
URL: https://github.com/apache/fineract/pull/6024#discussion_r3481293389
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/domain/FixedDepositAccount.java:
##########
@@ -296,7 +300,7 @@ private List<PostingPeriod> calculateInterestPayable(final
MathContext mc, final
.fromInt(this.interestCalculationDaysInYearType);
List<LocalDate> postedAsOnTransactionDates = getManualPostingDates();
- final List<LocalDateInterval> postingPeriodIntervals =
this.savingsHelper.determineInterestPostingPeriods(
+ final List<LocalDateInterval> postingPeriodIntervals =
context.savingsHelper().determineInterestPostingPeriods(
Review Comment:
Not much better if we are still injecting (not directly, but via arguments)
services into the JPA...
--
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]