magyari-adam commented on code in PR #4775:
URL: https://github.com/apache/fineract/pull/4775#discussion_r2166662244
##########
fineract-core/src/main/java/org/apache/fineract/accounting/common/AccountingConstants.java:
##########
@@ -110,8 +110,10 @@ public enum AccrualAccountsForLoan {
INCOME_FROM_GOODWILL_CREDIT_INTEREST(19), //
INCOME_FROM_GOODWILL_CREDIT_FEES(20), //
INCOME_FROM_GOODWILL_CREDIT_PENALTY(21), //
- INCOME_FROM_CAPITALIZATION(22), //
- DEFERRED_INCOME_LIABILITY(23); //
+ INCOME_FROM_BUY_DOWN_FEES(22), //
+ INCOME_FROM_CAPITALIZATION(23), //
+ DEFERRED_INCOME_LIABILITY(24), //
+ BUY_DOWN_EXPENSE(25); //
Review Comment:
I don't think we should move existing constant values for accounting
mappings.
--
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]