Skip to content

refactor: enable no-copy for update_outstanding_for_self by ruthra-kumar [frappe] PR#40473

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

From: https://github.com/frappe/erpnext/pull/40473
Date: 2024-03-15 16:44:54+05:30

  • refactor: enable no-copy for update_outstanding_for_self



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

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

# 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