Skip to content

fix: not able to delete cancelled delivery note by rohitwaghchaure [frappe] PR#40508

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

From: https://github.com/frappe/erpnext/pull/40508
Date: 2024-03-18 15:09:55+05:30

  • fix: not able to delete cancelled delivery note (#40508)



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

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

# 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