fix: Applicable after based on calendar days instead of working days [frappe] PR#4495
From: https://github.com/frappe/hrms/pull/4495
Date: 2026-05-07 17:30:34+05:30
- fix: Applicable after based on calendar days instead of working days
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4495
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4495
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease