Skip to content

[frappe] PR #36416 fix: not able to make material request

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

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

Date: 2023-07-31T19:13:23+05:30

  • fix: not able to make material request (#36416)



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

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

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

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

Merge request reports