From efeda90cad0da096b47b2afb460a7f6081aa80a7 Mon Sep 17 00:00:00 2001 From: diptanilsaha Date: Sat, 6 Sep 2025 02:38:53 +0530 Subject: [PATCH] fix: renamed temporary bank account to 'Demo Bank Account' --- erpnext/setup/setup_wizard/operations/install_fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/setup/setup_wizard/operations/install_fixtures.py b/erpnext/setup/setup_wizard/operations/install_fixtures.py index 5ed21ce4732..f9dde8c24c8 100644 --- a/erpnext/setup/setup_wizard/operations/install_fixtures.py +++ b/erpnext/setup/setup_wizard/operations/install_fixtures.py @@ -522,7 +522,7 @@ def create_bank_account(args, demo=False): if not args.get("bank_account"): if not demo: return - args["bank_account"] = _("Bank Account") + args["bank_account"] = _("Demo Bank Account") company_name = args.get("company_name") bank_account_group = frappe.db.get_value(