Resolved issue of default currency not getting assigned to first company through setup_control

This commit is contained in:
Anand Doshi 2011-07-08 16:12:19 +05:30
parent 8491384946
commit 7b18b6c8f8

View File

@ -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)