fix(accounts): handle drop ship in company linked address validation by Sudharsanan11 [frappe] PR#51034
From: https://github.com/frappe/erpnext/pull/51034
Date: 2025-12-11 13:01:53+05:30
- test(accounts): add validation test for dispatch address with drop ship enabled
- fix(accounts): handle drop ship in company linked address validation
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-51034
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-51034
# 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