SamaSVM commented on code in PR #5535:
URL: https://github.com/apache/fineract/pull/5535#discussion_r2924699299
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanAccrualsProcessingServiceImpl.java:
##########
@@ -209,7 +209,7 @@ public void reprocessExistingAccruals(@NonNull final Loan
loan, final boolean ad
if (!accrualTransactions.isEmpty()) {
if (loan.isPeriodicAccrualAccountingEnabledOnLoanProduct()) {
reprocessPeriodicAccruals(loan, accrualTransactions, addEvent);
- } else if
(loan.isNoneOrCashOrUpfrontAccrualAccountingEnabledOnLoanProduct()) {
+ } else if
(!loan.isPeriodicAccrualAccountingEnabledOnLoanProduct()) {
Review Comment:
You’re right. I’ve updated it.
--
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]