mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 17:33:09 +00:00
Added Domain to setup wizard
This commit is contained in:
committed by
Anand Doshi
parent
b073cf4fa1
commit
342895c9df
@@ -74,6 +74,7 @@ def create_fiscal_year_and_company(args):
|
||||
'default_currency':args.get('currency'),
|
||||
'country': args.get('country'),
|
||||
'chart_of_accounts': args.get(('chart_of_accounts')),
|
||||
'domain': args.get('domain')
|
||||
}).insert()
|
||||
|
||||
# Bank Account
|
||||
|
||||
Reference in New Issue
Block a user