fix: Creating Asset Activity while Importing Asset (backport #39113) by mergify[bot] [frappe] PR#39156
From: https://github.com/frappe/erpnext/pull/39156
Date: 2024-01-05 10:50:49+05:30
- fix: Creating Asset Activity while Importing Asset (backport #39113) (#39156)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39156
# 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