fix: asset depreciations and balances report correction by khushi8112 [frappe] PR#41824
From: https://github.com/frappe/erpnext/pull/41824
Date: 2024-06-11 14:27:28+05:30
- fix: asset depreciations and balances report correction (#41824)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41824
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41824
# 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