fix: Correct dunnings resolving after PE submit by tonspar [frappe] PR#41792
From: https://github.com/frappe/erpnext/pull/41792
Date: 2024-06-28 13:47:51+02:00
- fix: Correct dunnings resolving after PE submit (#41792)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41792
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41792
# 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