fix: auto update last sync for night shifts by asmitahase [frappe] PR#2995
From: https://github.com/frappe/hrms/pull/2995
Date: 2025-04-18 18:25:59+05:30
- fix: auto update for night shifts
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-2995
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-2995
# 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