Skip to content

fix: enqueue submit/cancel action for stock entry having more than 50 line items [frappe] PR#36532

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

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

Date: 2023-08-07T19:36:19+05:30

  • fix: enqueue submit/cancel action for stock entry having more than 50 line items (#36532)



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

# 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