fix(Overrides): missing type hints for whilelisted methods by asmitahase [frappe] PR#4181
From: https://github.com/frappe/hrms/pull/4181
Date: 2026-02-26 10:45:28+05:30
- fix: correct type hint
- fix(Employee Payment Entry): missing type hints for whilelisted methods
- fix(Employee Master): missing type hints for whilelisted methods
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4181
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4181
# 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