feat: show team attendance requests under team requests by asmitahase [frappe] PR#3133
From: https://github.com/frappe/hrms/pull/3133
Date: 2025-05-20 17:53:12+05:30
- fix: import missing inject
- feat: show team attendance requests under team requests
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3133
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3133
# 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