mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
fix: Add tests
This commit is contained in:
@@ -254,7 +254,8 @@ def create_account(**kwargs):
|
|||||||
account_name = kwargs.get('account_name'),
|
account_name = kwargs.get('account_name'),
|
||||||
account_type = kwargs.get('account_type'),
|
account_type = kwargs.get('account_type'),
|
||||||
parent_account = kwargs.get('parent_account'),
|
parent_account = kwargs.get('parent_account'),
|
||||||
company = kwargs.get('company')
|
company = kwargs.get('company'),
|
||||||
|
account_currency = kwargs.get('account_currency')
|
||||||
))
|
))
|
||||||
|
|
||||||
account.save()
|
account.save()
|
||||||
|
|||||||
Reference in New Issue
Block a user