fix: composite asset capitalization using asset components by nabinhait [frappe] PR#39429
From: https://github.com/frappe/erpnext/pull/39429
Date: 2024-01-17 16:17:53+05:30
- fix: composite asset capitalization using asset components
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-39429
# 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