fix: employee image in CTC report [frappe] PR#4602
From: https://github.com/frappe/hrms/pull/4602
Date: 2026-05-28 15:33:30+05:30
- fix: employee image in CTC report
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4602
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4602
# 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