mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
Removal of double brackets to setup the chart of accounts in the setup wizard
This commit is contained in:
@@ -89,7 +89,7 @@ def create_fiscal_year_and_company(args):
|
|||||||
'default_currency':args.get('currency'),
|
'default_currency':args.get('currency'),
|
||||||
'country': args.get('country'),
|
'country': args.get('country'),
|
||||||
'create_chart_of_accounts_based_on': 'Standard Template',
|
'create_chart_of_accounts_based_on': 'Standard Template',
|
||||||
'chart_of_accounts': args.get(('chart_of_accounts')),
|
'chart_of_accounts': args.get('chart_of_accounts'),
|
||||||
'domain': args.get('domain')
|
'domain': args.get('domain')
|
||||||
}).insert()
|
}).insert()
|
||||||
|
|
||||||
@@ -607,5 +607,3 @@ def create_room(args):
|
|||||||
room.save()
|
room.save()
|
||||||
except frappe.DuplicateEntryError:
|
except frappe.DuplicateEntryError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user