mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
fix: Tests
This commit is contained in:
@@ -480,7 +480,7 @@ def update_stock_settings():
|
|||||||
stock_settings.save()
|
stock_settings.save()
|
||||||
|
|
||||||
def create_bank_account(args):
|
def create_bank_account(args):
|
||||||
if not args.bank_account:
|
if not args.get('bank_account'):
|
||||||
return
|
return
|
||||||
|
|
||||||
company_name = args.company_name
|
company_name = args.company_name
|
||||||
|
|||||||
Reference in New Issue
Block a user