fix: tests for work order consumption by casesolved-co-uk [frappe] PR#41814
From: https://github.com/frappe/erpnext/pull/41814
Date: 2024-09-29 16:54:28+01:00
- fix: tests for work order consumption (#41814)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41814
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41814
# 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