[minor] [fix] [patch] cost center company

This commit is contained in:
Anand Doshi 2013-07-19 16:11:21 +05:30
parent 6fa5e42b40
commit 0d009f3db0

View File

@ -1,6 +1,7 @@
import webnotes
def execute():
webnotes.reload_doc("setup", "doctype", "company")
webnotes.reload_doc("accounts", "doctype", "cost_center")
create_chart_of_accounts_if_not_exists()
add_group_accounts()
add_ledger_accounts()