mariiaKraievska commented on code in PR #5041:
URL: https://github.com/apache/fineract/pull/5041#discussion_r2366827561
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanDownPaymentHandlerServiceImpl.java:
##########
@@ -140,7 +141,7 @@ public void
handleRepaymentOrRecoveryOrWaiverTransaction(final Loan loan, final
if (processLatest) {
loanTransactionProcessingService.processLatestTransaction(loan.getTransactionProcessingStrategyCode(),
loanTransaction,
new TransactionCtx(loan.getCurrency(),
loan.getRepaymentScheduleInstallments(), loan.getActiveCharges(),
Review Comment:
Done
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/service/InterestScheduleModelRepositoryWrapperImpl.java:
##########
@@ -111,7 +112,8 @@ public Optional<ProgressiveLoanInterestScheduleModel>
getSavedModel(Loan loan, L
savedModel = extractModel(progressiveLoanModel);
if (savedModel.isPresent() &&
progressiveLoanModel.get().getBusinessDate().isBefore(businessDate)) {
ProgressiveTransactionCtx ctx = new
ProgressiveTransactionCtx(loan.getCurrency(),
loan.getRepaymentScheduleInstallments(),
- Set.of(), new
MoneyHolder(loan.getTotalOverpaidAsMoney()), new ChangedTransactionDetail(),
savedModel.get());
+ Set.of(), new
MoneyHolder(loan.getTotalOverpaidAsMoney()), new ChangedTransactionDetail(),
savedModel.get(),
Review Comment:
Done
--
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]