fix: concurrency issues by rohitwaghchaure [frappe] PR#48787
From: https://github.com/frappe/erpnext/pull/48787
Date: 2025-07-27 18:45:23+05:30
- fix: prevent concurrency issues
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48787
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48787
# 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