adamsaghy commented on code in PR #5861:
URL: https://github.com/apache/fineract/pull/5861#discussion_r3317989697
##########
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/data/codevalue/CodeNames.java:
##########
@@ -47,7 +47,8 @@ public enum CodeNames {
LOAN_RESCHEDULE_REASON("LoanRescheduleReason"), //
WRITE_OFF_REASON("WriteOffReasons"), //
BUYDOWN_FEE_TRANSACTION_CLASSIFICATION("buydown_fee_transaction_classification"),
//
-
CAPITALIZED_INCOME_TRANSACTION_CLASSIFICATION("capitalized_income_transaction_classification");
//
+
CAPITALIZED_INCOME_TRANSACTION_CLASSIFICATION("capitalized_income_transaction_classification"),
//
+
WORKING_CAPITAL_DISCOUNT_FEE_ADJUSTMENT_CLASSIFICATION("working_capital_loan_discount_fee_adjustment_classification");
//
Review Comment:
I dont think we need classification for Discount Fee Adjustment, but rather
for Discount fee (see `buydown_fee_transaction_classification` or
`capitalized_income_transaction_classification`
--
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]