fix: refactor Asset Repair and Stock Entry linkage to resolve amendme… by khushi8112 [frappe] PR#41919
From: https://github.com/frappe/erpnext/pull/41919
Date: 2024-06-27 17:34:25+05:30
- fix: refactor Asset Repair and Stock Entry linkage to resolve amendme… (#41919)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41919
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41919
# 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