fix(accounts): allow default bank account per company by nikkothari22 [frappe] PR#48619
From: https://github.com/frappe/erpnext/pull/48619
Date: 2025-07-15 21:32:07-05:00
- fix(accounts): allow default bank account per company
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-48619
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-48619
# 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