fix: update employee information to be non Query Report by krishna-254 [frappe] PR#4332
From: https://github.com/frappe/hrms/pull/4332
Date: 2026-04-06 19:59:13+05:30
- fix: update employee information to be non Query Report
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4332
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4332
# 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