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


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanSubStatus.java:
##########
@@ -23,7 +23,9 @@
 public enum LoanSubStatus {
 
     INVALID(0, "loanSubStatusType.invalid"), //
-    FORECLOSED(100, "loanSubStatusType.foreclosed");
+    FORECLOSED(100, "loanSubStatusType.foreclosed"), //
+    CONTRACT_TERMINATION(900, "loanSubStatusType.contractTermination"), //

Review Comment:
   @adamsaghy The idea is to have this final `Status` and `SubStatus` values 
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