adamsaghy commented on code in PR #2953:
URL: https://github.com/apache/fineract/pull/2953#discussion_r1102711043
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -2685,6 +2690,7 @@ public CommandProcessingResult chargeOff(JsonCommand
command) {
this.noteRepository.save(note);
}
+ postJournalEntries(loan, existingTransactionIds,
existingReversedTransactionIds);
// TODO: add accounting
Review Comment:
you can remove this TODO line, accounting was added.
--
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]