fix: unify company address query in sales transactions by barredterra [frappe] PR#44361
From: https://github.com/frappe/erpnext/pull/44361
Date: 2024-11-26 20:03:06+01:00
- fix: unify company address query in sales transactions (#44361)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44361
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44361
# 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