[go: up one dir, main page]

fix: mr item quantity validation against so over-receipt allowance by PugazhendhiVelu [frappe] PR#50399

From: https://github.com/frappe/erpnext/pull/50399
Date: 2025-11-06 20:06:07+00:00

  • test: add test for validate mr item qty against so with over-receipt allowance
  • fix: material request item quantity validation against sales order with over-receipt allowance



Diagnostics

pre-commit failed for source commit: 55f531bad620836ae2d5fd79903dbcabaafb737d
erpnext/stock/doctype/material_request/test_material_request.py:909: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-50399

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

# 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