alberto-art3ch commented on code in PR #4677:
URL: https://github.com/apache/fineract/pull/4677#discussion_r2108990750


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanTransactionType.java:
##########
@@ -70,6 +70,8 @@ public enum LoanTransactionType {
     CAPITALIZED_INCOME(35, "loanTransactionType.capitalizedIncome"), //
     CAPITALIZED_INCOME_AMORTIZATION(36, 
"loanTransactionType.capitalizedIncomeAmortization"), //
     CAPITALIZED_INCOME_ADJUSTMENT(37, 
"loanTransactionType.capitalizedIncomeAdjustment"), //
+    // Kind of Final Transactions
+    CONTRACT_TERMINATION(90, "loanTransactionType.contractTermination"), //

Review Comment:
   @adamsaghy The idea is to have this kind of final transaction types easily 
identificable



-- 
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]

Reply via email to