chore: move employee advance account validation to before_submit hook by AyshaHakeem [frappe] PR#3236
From: https://github.com/frappe/hrms/pull/3236
Date: 2025-06-16 13:15:32+05:30
- chore: edit error message
- chore: move employee advance accoutn validation to before submit hook
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3236
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3236
# 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