fix: show company currency in asset depreciation schedule by sudarsan2001 [frappe] PR#51156
From: https://github.com/frappe/erpnext/pull/51156
Date: 2025-12-17 12:09:22+05:30
- fix: show company currency in asset depreciation schedule
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-51156
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-51156
# 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