fix: Add component abbreviation to component name in CTC break-up report [frappe] PR#4643
From: https://github.com/frappe/hrms/pull/4643
Date: 2026-06-04 18:04:34+05:30
- fix: Add component abbreviation to component name in CTC break-up report
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4643
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4643
# 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