fix: Cancel asset capitalisation record on cancellation of asset and vice-versa by nabinhait [frappe] PR#39386
From: https://github.com/frappe/erpnext/pull/39386
Date: 2024-01-15 17:54:47+05:30
- fix: Cancel asset capitalisation record on cancellation of asset and vice-versa
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39386
# 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