josehernandezfintecheandomx commented on code in PR #2442: URL: https://github.com/apache/fineract/pull/2442#discussion_r932895269
##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/jobs/service/JobName.java:
##########
@@ -49,7 +49,8 @@ public enum JobName {
"Update Trial Balance
Details"), EXECUTE_DIRTY_JOBS(
"Execute All Dirty
Jobs"), INCREASE_BUSINESS_DATE_BY_1_DAY(
"Increase
Business Date by 1 day"), INCREASE_COB_DATE_BY_1_DAY(
-
"Increase COB Date by 1 day");
+
"Increase COB Date by 1 day"), LOAN_DELINQUENCY_CLASSIFICATION(
+
"Loan Delinquency Classification");
Review Comment:
Done! removed
--
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]
