[go: up one dir, main page]

fix: Update pick list locations quantity by kavin-114 [frappe] PR#50187

From: https://github.com/frappe/erpnext/pull/50187
Date: 2025-11-09 00:48:27+05:30

  • test: add test for pending qty calculation in Pick List
  • fix: Pass stock_qty and picked_qty in transfer entry
  • fix: Update pick list locations quantity



Diagnostics

pre-commit failed for source commit: 3f7a60d56cd7239efb1ed7d05da82ca4df8722df
erpnext/stock/doctype/material_request/test_material_request.py:910: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-50187

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

# 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