mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-29 22:58:25 +00:00
frappe/frappe#478, fixed list passed in
This commit is contained in:
@@ -112,7 +112,7 @@ class Company(Document):
|
||||
|
||||
def import_chart_of_account(self):
|
||||
chart = frappe.get_doc("Chart of Accounts", self.chart_of_accounts)
|
||||
chart.make_controller().create_accounts(self.name)
|
||||
chart.create_accounts(self.name)
|
||||
|
||||
def add_acc(self,lst):
|
||||
account = frappe.get_doc({
|
||||
|
||||
Reference in New Issue
Block a user