commit | 35e11fbea6baeb140a08bee8a30a2d156f20e7b1 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Jun 23 13:17:01 2021 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Jun 23 13:17:01 2021 +0530 |
tree | 2469fddb116a60640ca63f28a19e5dba443692a2 | |
parent | 208b5f9e7303bd89b694aa569c6143d4656c4c6b [diff] |
fix: Tests
diff --git a/erpnext/setup/setup_wizard/operations/install_fixtures.py b/erpnext/setup/setup_wizard/operations/install_fixtures.py index 5c725d3..9c7d9e5 100644 --- a/erpnext/setup/setup_wizard/operations/install_fixtures.py +++ b/erpnext/setup/setup_wizard/operations/install_fixtures.py
@@ -480,7 +480,7 @@ stock_settings.save() def create_bank_account(args): - if not args.bank_account: + if not args.get('bank_account'): return company_name = args.company_name