Skip to content

[frappe] PR #35971 fix: delete loan module workspace properly after separation

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

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

Date: 2023-07-03T13:06:46+05:30

  • fix: delete loan module workspace properly after separation (#35971)



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

# 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