fix: ignore validate while making WO from MR by rohitwaghchaure [frappe] PR#44939
From: https://github.com/frappe/erpnext/pull/44939
Date: 2024-12-27 16:43:11+05:30
- fix: ignore validate while making WO from MR (#44939)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44939
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44939
# 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