fix: UX for partial job card completion by rohitwaghchaure [frappe] PR#46801
From: https://github.com/frappe/erpnext/pull/46801
Date: 2025-03-30 18:59:12+05:30
- fix: UX for partial job card completion
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-46801
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-46801
# 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