[go: up one dir, main page]

fix: stock reco current valuation rate by rohitwaghchaure [frappe] PR#45869

From: https://github.com/frappe/erpnext/pull/45869
Date: 2025-02-11 15:58:35+05:30

  • fix: stock reco current valuation rate



Diagnostics

pre-commit failed for source commit: 8d8f3afb39758b98a33a71189098fa4af3df385f
erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py:156:3: F841 Local variable `to_delete_serial_nos` is assigned to but never used
erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py:531:3: F841 Local variable `sr` is assigned to but never used
erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py:535:3: F841 Local variable `dn` is assigned to but never used
erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py:542:3: F841 Local variable `sr2` is assigned to but never used
erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py:768:3: F841 Local variable `se` is assigned to but never used
Found 5 errors.
No fixes available (5 hidden fixes can be enabled with the `--unsafe-fixes` option).



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45869

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45869

# 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

Merge request reports

Loading