adamsaghy commented on code in PR #4748:
URL: https://github.com/apache/fineract/pull/4748#discussion_r2137227156
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/CapitalizedIncomeWritePlatformServiceImpl.java:
##########
@@ -98,9 +105,12 @@ public CommandProcessingResult addCapitalizedIncome(final
Long loanId, final Jso
if (noteText != null && !noteText.isEmpty()) {
noteWritePlatformService.createLoanTransactionNote(capitalizedIncomeTransaction.getId(),
noteText);
}
+
// Post journal entries
journalEntryPoster.postJournalEntries(loan, existingTransactionIds,
existingReversedTransactionIds);
+ reprocessTransactions(loan, transactionDate);
Review Comment:
It is already processed... see line 94
--
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]