fix: set company bank account if default account not set in mode of p… by venkat102 [frappe] PR#44685
From: https://github.com/frappe/erpnext/pull/44685
Date: 2024-12-13 11:22:17+05:30
- fix: set company bank account if default account not set in mode of payment
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44685
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44685
# 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