fix: Tests

This commit is contained in:
Deepesh Garg 2021-06-23 13:17:01 +05:30
parent b71497067d
commit 22683cf19b

View File

@ -479,7 +479,7 @@ def update_stock_settings():
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