mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
[minor] [fix] [patch] cost center company
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import webnotes
|
import webnotes
|
||||||
def execute():
|
def execute():
|
||||||
webnotes.reload_doc("setup", "doctype", "company")
|
webnotes.reload_doc("setup", "doctype", "company")
|
||||||
|
webnotes.reload_doc("accounts", "doctype", "cost_center")
|
||||||
create_chart_of_accounts_if_not_exists()
|
create_chart_of_accounts_if_not_exists()
|
||||||
add_group_accounts()
|
add_group_accounts()
|
||||||
add_ledger_accounts()
|
add_ledger_accounts()
|
||||||
|
|||||||
Reference in New Issue
Block a user