fix: skip 'Bank Account' creation on setup by diptanilsaha [frappe] PR#49485
From: https://github.com/frappe/erpnext/pull/49485
Date: 2025-09-06 02:38:53+05:30
- fix: renamed temporary bank account to 'Demo Bank Account'
- fix: skip 'Bank Account' creation on setup
Diagnostics
Conflicts detected for source commit: 47d4319f83b7c9f4c161261ae00b89608e38cff8
- DU erpnext/setup/demo.py
pre-commit failed for source commit: 47d4319f83b7c9f4c161261ae00b89608e38cff8
[WARNING] repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version. Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this. if it does not -- consider reporting an issue to that repo.
erpnext/setup/setup_wizard/operations/install_fixtures.py:596:4: F821 Undefined name `create_bank_and_bank_account`
erpnext/setup/setup_wizard/operations/install_fixtures.py:597:4: F821 Undefined name `create_accounting_journals`
Found 2 errors.
pre-commit failed for source commit: efeda90cad0da096b47b2afb460a7f6081aa80a7
erpnext/setup/setup_wizard/operations/install_fixtures.py:596:4: F821 Undefined name `create_bank_and_bank_account`
erpnext/setup/setup_wizard/operations/install_fixtures.py:597:4: F821 Undefined name `create_accounting_journals`
Found 2 errors.
Suspicious changes found (Telemetry / telemetry):
* 71c4119c2ad0a2fb0d6253469f86900aad04a322 fix: skip 'Bank Account' creation on setup
```diff
```
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-49485
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-49485
# 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