fix(pwa): resolve blank employee number and reports_to in Profile (backport #4833) [frappe] PR#4875/v5-dev
From: https://github.com/frappe/hrms/pull/4875/v5-dev
Date: 2026-07-02 21:23:57+05:30
- fix(pwa): show employee number and reports_to in Profile
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4875/v5-dev
# Alternatively, re-take the changes
git switch v5-dev
ft take ft-pr-4875/v5-dev
# Make changes then rebase
git rebase -i v5-dev
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease