commit | 22683cf19bf5ac603915f57c0f378663c3f1c7c2 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Jun 23 13:17:01 2021 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Tue Jul 13 16:49:21 2021 +0530 |
tree | 78375401097c29696752ece0aba016b16bc8400c | |
parent | b71497067daaaa69dc7a7e12d54e7896c13f7e8f [diff] |
fix: Tests
diff --git a/erpnext/setup/setup_wizard/operations/install_fixtures.py b/erpnext/setup/setup_wizard/operations/install_fixtures.py index 7ae81d7..652e992 100644 --- a/erpnext/setup/setup_wizard/operations/install_fixtures.py +++ b/erpnext/setup/setup_wizard/operations/install_fixtures.py
@@ -479,7 +479,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