fix: correct asset daily depr schedule calculation [dev] by anandbaburajan [frappe] PR#36993
From: https://github.com/frappe/erpnext/pull/36993
Date: 2023-09-06 22:20:38+05:30
- fix: correct asset daily depr schedule calculation [dev] (#36993)
Diagnostics
pre-commit failed for source commit: 034322c53fef1e855ff3001184c8b807d1f2eb30
flake8...................................................................Failed
- hook id: flake8
- exit code: 1
erpnext/assets/doctype/asset/test_asset.py:21:1: F401 'erpnext.assets.doctype.asset.asset.get_asset_value_after_depreciation' imported but unused
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-36993
# 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