adamsaghy commented on code in PR #5346:
URL: https://github.com/apache/fineract/pull/5346#discussion_r2727410751
##########
fineract-core/src/main/java/org/apache/fineract/portfolio/note/domain/NoteType.java:
##########
@@ -28,6 +28,7 @@ public enum NoteType {
CLIENT(100, "noteType.client", "clients", "Client note"), //
LOAN(200, "noteType.loan", "loans", "Loan note"), //
LOAN_TRANSACTION(300, "noteType.loan.transaction", "loanTransactions",
"Loan transaction note"), //
+ CENTER(400, "noteType.center", "centers", "Center note"), //
Review Comment:
What is the difference between Center and Group?
--
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]