fix(payment entry): on changes of paid from/to account fetch company bank account by Abdeali099 [frappe] PR#50323
From: https://github.com/frappe/erpnext/pull/50323
Date: 2025-11-04 12:38:17+05:30
- fix: on changes of paid from/to account fetch company bank account
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-50323
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-50323
# 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