fix: for deadlock issue keep status as In Progress by rohitwaghchaure [frappe] PR#46775
From: https://github.com/frappe/erpnext/pull/46775
Date: 2025-03-28 13:10:12+05:30
- fix: for deadlock issue keep status as In Progress
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46775
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46775
# 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