feat: clear payment terms and schedule by barredterra [frappe] PR#40051
From: https://github.com/frappe/erpnext/pull/40051
Date: 2024-02-22 18:39:17+01:00
- feat: clear payment terms and schedule
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40051
# 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