[go: up one dir, main page]

fix: sabb missed in the incorrect serial no valuation report by rohitwaghchaure [frappe] PR#50191

From: https://github.com/frappe/erpnext/pull/50191
Date: 2025-10-22 11:23:51+05:30

  • fix: sabb missed in the incorrect serial no valuation report



Diagnostics

pre-commit failed for source commit: b50bac6788cba0110d14c8ffc05a871762d149b1
[WARNING] repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version.  Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this.  if it does not -- consider reporting an issue to that repo.

erpnext/stock/report/incorrect_serial_no_valuation/incorrect_serial_no_valuation.py:75:6: B007 Loop control variable `serial_no` not used within loop body
Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).

1 file reformatted



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

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

# 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