mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +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
|
# Company
|
||||||
master_dict = {'Company':{'company_name':company_name,
|
master_dict = {'Company':{'company_name':company_name,
|
||||||
'abbr':comp_abbr
|
'abbr':comp_abbr,
|
||||||
|
'default_currency':currency
|
||||||
}}
|
}}
|
||||||
self.create_records(master_dict)
|
self.create_records(master_dict)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user