adamsaghy commented on code in PR #4783:
URL: https://github.com/apache/fineract/pull/4783#discussion_r2155178607
##########
fineract-core/src/main/java/org/apache/fineract/accounting/common/AccountingConstants.java:
##########
@@ -303,7 +303,7 @@ public enum AccrualAccountsForSavings {
ESCHEAT_LIABILITY(14), //
FEES_RECEIVABLE(15), //
PENALTIES_RECEIVABLE(16), //
- INTEREST_PAYABLE(17);
+ INTEREST_PAYABLE(17), INTEREST_RECEIVABLE(18);
Review Comment:
Please follow the code style:
- 1 entry, 1 row and // at the end to avoid reformatting!
--
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]