Github user rajuan commented on a diff in the pull request: https://github.com/apache/incubator-fineract/pull/110#discussion_r62999595 --- Diff: fineract-provider/src/main/java/org/apache/fineract/organisation/workingdays/domain/WorkingDays.java --- @@ -74,6 +78,8 @@ public Boolean getExtendTermForDailyRepayments(){ return this.extendTermForDailyRepayments; } + public Boolean getExtendTermForRepaymentsOnHolidays() { return this.extendTermForRepaymentsOnHolidays; } + public Map<String, Object> update(final JsonCommand command) { --- End diff -- No code changes that would set this variable is written..... no one can change this attribute
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---