Skip to content

[frappe] PR #35965 fix: Update no copy for received_qty field

Bot Dokos requested to merge ft-pr-35965 into develop

See https://github.com/frappe/erpnext/pull/35965

Date: 2023-07-03T13:03:52+05:30

  • fix: Update no copy for received_qty field (#35965)



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

# Make changes then rebase
git rebase -i upstream/develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports