fix: feat: multiple changes related to subcontracting inward by mihir-kandoi [frappe] PR#50189
From: https://github.com/frappe/erpnext/pull/50189
Date: 2025-10-21 23:50:28+05:30
- fix: feat: multiple changes related to subcontracting inward
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50189
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50189
# 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