adamsaghy commented on code in PR #3366:
URL: https://github.com/apache/fineract/pull/3366#discussion_r1299812122
##########
fineract-core/src/main/java/org/apache/fineract/portfolio/savings/SavingsAccountTransactionType.java:
##########
@@ -38,8 +38,9 @@ public enum SavingsAccountTransactionType {
WITHDRAWAL_FEE(4, "savingsAccountTransactionType.withdrawalFee",
TransactionEntryType.DEBIT), //
ANNUAL_FEE(5, "savingsAccountTransactionType.annualFee",
TransactionEntryType.DEBIT), //
WAIVE_CHARGES(6, "savingsAccountTransactionType.waiveCharge"), //
- PAY_CHARGE(7, "savingsAccountTransactionType.payCharge",
TransactionEntryType.DEBIT), //
- DIVIDEND_PAYOUT(8, "savingsAccountTransactionType.dividendPayout",
TransactionEntryType.CREDIT), //
+ PAY_CHARGE(7, "savingsAccountTransactionType.payCharge"), //
Review Comment:
Please double check these modifications! The transaction entry types were
deleted!
--
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]