fix: add functionality to mark expired shift assignments as inactive by krishna-254 [frappe] PR#4331
From: https://github.com/frappe/hrms/pull/4331
Date: 2026-04-06 18:46:25+05:30
- fix: add functionality to mark expired shift assignments as inactive
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4331
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4331
# 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