fix: incorrect valuation rate for items from different warehouses in Gross Profit by ruthra-kumar [frappe] PR#42330
From: https://github.com/frappe/erpnext/pull/42330
Date: 2024-07-15 11:55:56+05:30
- test(gross profit): valuation rate from different warehouse
- fix(gross profit): incorrect valuation rate on different warehouses
Diagnostics
pre-commit failed for source commit: 577ce5ccd490c188915179493ed522ffd02c40b4
Run ruff formatter.......................................................Failed
- hook id: ruff-format
- files were modified by this hook
1 file reformatted
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42330
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42330
# 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