fix: update employee tax exemption category link in workspace by venkat102 [frappe] PR#3472
From: https://github.com/frappe/hrms/pull/3472
Date: 2025-08-18 17:12:29+05:30
- fix: update employee tax exemption category link in workspace (#3472)
Diagnostics
Suspicious changes found (Dokos Only / dokos):
* 92bcdda4c7563895f25a9fca5a248032566db87d fix: update employee tax exemption category link in workspace (#3472)
```diff
```
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3472
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3472
# 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