percyashu commented on a change in pull request #1006:
URL: https://github.com/apache/fineract/pull/1006#discussion_r440320850
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/organisation/workingdays/domain/WorkingDaysEnumerations.java
##########
@@ -53,7 +53,10 @@ public static EnumOptionData repaymentRescheduleType(final
RepaymentRescheduleTy
optionData = new
EnumOptionData(RepaymentRescheduleType.MOVE_TO_PREVIOUS_WORKING_DAY.getValue().longValue(),RepaymentRescheduleType.MOVE_TO_PREVIOUS_WORKING_DAY.getCode(),
"move to previous working day");
break;
- default:
+ case MOVE_TO_NEXT_MEETING_DAY:
Review comment:
Yeah it doesn't seems to be used anywhere. It was added by
@nazeer1100126 and he might have a plan for its addition.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]