fix: status not found while fetching attendance requests by asmitahase [frappe] PR#3286
From: https://github.com/frappe/hrms/pull/3286
Date: 2025-06-28 16:48:17+05:30
- chore: removed print()
- fix: status not found while fetching attendance requests
Diagnostics
Suspicious changes found (Dokos Only / dokos):
* 1b9a930f9ebf112d2fe0148dcf1849b6527a363d fix: status not found while fetching attendance requests
```diff
```
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3286
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3286
# 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