Resolved issue of default currency not getting assigned to first company through setup_control
This commit is contained in:
parent
8491384946
commit
7b18b6c8f8
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user