fix(work order): resolve type error during job card creation by Vishnu7025 [frappe] PR#39713
From: https://github.com/frappe/erpnext/pull/39713
Date: 2024-02-04 12:17:18+05:30
- fix(work order): resolve type error during job card creation (#39713)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39713
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease