fix: incorrect time period in asset depreciation schedule by khushi8112 [frappe] PR#41805
From: https://github.com/frappe/erpnext/pull/41805
Date: 2024-06-26 16:33:53+05:30
- fix: incorrect time period in asset depreciation schedule (#41805)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41805
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41805
# 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