magyari-adam commented on code in PR #4775:
URL: https://github.com/apache/fineract/pull/4775#discussion_r2156548397
##########
fineract-provider/src/main/java/org/apache/fineract/accounting/journalentry/service/CashBasedAccountingProcessorForLoan.java:
##########
@@ -117,6 +117,10 @@ else if (transactionType.isRefundForActiveLoans()) {
else if (transactionType.isChargeback()) {
createJournalEntriesForChargeback(loanDTO, loanTransactionDTO,
office);
}
+ // Logic for Buy Down Fees
+ else if (transactionType.isBuyDownFee()) {
+ createJournalEntriesForBuyDownFee(loanDTO, loanTransactionDTO,
office);
+ }
Review Comment:
I don't think we planned for cash based accounting on this transaction type.
--
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]