fix: validate updated paid amount by venkat102 [frappe] PR#3620
From: https://github.com/frappe/hrms/pull/3620
Date: 2025-10-03 17:26:08+05:30
- fix: validate updated paid amount
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3620
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3620
# 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