[go: up one dir, main page]

fix: material request status by rohitwaghchaure [frappe] PR#44917

From: https://github.com/frappe/erpnext/pull/44917
Date: 2024-12-26 15:58:39+05:30

  • fix: material request status (#44917)



Diagnostics

pre-commit failed for source commit: 1319ce4bc1e8e77c9580b7b7dd68b5320f5186ff
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version.  run: `pre-commit migrate-config` to automatically fix this.
[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/doctype/material_request/test_material_request.py:918:16: B007 Loop control variable `mr_list` not used within loop body
Found 1 error.
No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).



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

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

# 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