feat(job_requisition): Alert users before saving duplicate job requisitions [frappe] PR#4587
From: https://github.com/frappe/hrms/pull/4587
Date: 2026-05-25 16:31:55+05:30
- feat(job_requisition): add duplicate job requisition check with user confirmation before saving
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4587
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4587
# 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