fix: consider overtime for default shift by nareshkannasln [frappe] PR#3760
From: https://github.com/frappe/hrms/pull/3760
Date: 2025-12-18 18:15:45+00:00
- test(hrms): create shift type for shift assignment tool test
- test(hrms): add auto attendance overtime test for default shift
- fix: consider overtime for default shift
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3760
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3760
# 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