mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 04:15:10 +00:00
Resolved issue of default currency not getting assigned to first company through setup_control
This commit is contained in:
@@ -58,7 +58,8 @@ class DocType:
|
||||
|
||||
# Company
|
||||
master_dict = {'Company':{'company_name':company_name,
|
||||
'abbr':comp_abbr
|
||||
'abbr':comp_abbr,
|
||||
'default_currency':currency
|
||||
}}
|
||||
self.create_records(master_dict)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user