feat(Dunning): separate tab "Address & Contact" by barredterra [frappe] PR#44363
From: https://github.com/frappe/erpnext/pull/44363
Date: 2024-11-26 21:10:34+01:00
- feat(Dunning): separate tab "Address & Contact" (#44363)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44363
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44363
# 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