feat: allow employees to view ctc break up of employee records they have access to [frappe] PR#4649
From: https://github.com/frappe/hrms/pull/4649
Date: 2026-06-05 13:31:15+05:30
- feat: allow employee view ctc break up of employee records they have access to
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4649
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4649
# 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